Static Import Concept in Java Author: neptune | 31st-Dec-2022 | views: 44 #Java If you overuse the static import feature, it makes the program unreadable and unmaintainable...
Where you applied OOPs in Automation Testing? Author: neptune | 11th-Dec-2022 | views: 169 #Interview#Java You may face this question Where you have applied OOPs concept in Automation Framework? in almost all the Selenium Interviews. Let's learn OOP’s concept in Java before going further...
Best way to reverse a String for beginners in Java. Author: neptune | 02nd-Oct-2022 | views: 468 #Java We will explore How to reverse a String in Java using simple way. If you are beginner in Java then you are at the right place...
“Stay Hungry Stay Foolish” - Speech by Steve Jobs Author: neptune | 22nd-May-2022 | views: 2422 #Motivation At Stanford University Steve Job’s address commencement in 2005 is one of the most famous speeches “Stay Hungry Stay Foolish”. It has been described as 'life-changing” speech...
How do you know “You are Rich?” - By IIT Student. Author: neptune | 13th-Oct-2022 | views: 1434 #Motivation We all thought that we knew answer and we replied as following: “ZERO" means nothing. "INFINITY" means uncountable number”. He encounter “How number can be greater than any countable number?"..
Architecture of API Gateway Author: neptune | 15th-Nov-2022 | views: 539 #API#Microservice Creating an API starts with the publisher, where it will be designed, and it will be published to the store for the consumer to explore and subscribe...
Introduction to React Author: neptune | 11th-Dec-2022 | views: 380 #JavaScript Virtual DOM is an lightweight copy of DOM. It can be changed when we want and then can be saved to the real DOM. Every change Virtual DOM efficiently rerenders the DOM...