sonai kale

Ranch Hand
+ Follow
since Feb 01, 2018
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by sonai kale

The builder pattern, as name implies, is an alternative way to construct complex objects. This should be used only when you want to build different immutable objects using same object building process.
6 years ago
Java String is immutable, String will Store the value in the form of object. String is immutable means that you cannot change the object itself, but you can change the reference to the object.
6 years ago
The main difference is that, HttpServlet is a protocol dependent whereas GenericServlet is protocol independent. So GenericServlet can handle all types of protocols, but HttpServlet handle only HTTP specific protocols.
6 years ago
Access modifiers are used to control the visibility of a class or a variable or a method or a constructor. Where as non-access modifiers are used to provide other functionalities like synchronizing a method or block, restricting the serialization of a variable
6 years ago
Test Automation using Selenium WebDriver, is the latest book released on Selenium 2.0 using Java as a programming language. This Selenium book has been designed with the objectives of simplicity and ease of understanding.
6 years ago
Mob Programming is a software development approach where the whole team works on the same thing, at the same time, in the same space, and at the same computer. This extends the concept of pair programming from two people working together to the entire team continuously
searchcode is a free source code and documentation search engine. API documentation, code snippets and open source (free sofware) repositories are indexed and.
6 years ago
Spring transaction management tries to resolve the problem of both transactions. Consistent programming model approach can be used in any environment. Same code will work for different transactions management in different environment.
6 years ago
It is important to note that Windows 10 does support Java. The issue Edge users encounter is the lack of plug-ins support by Edge.  By “lack of plug-ins support,” we mean there is simply no way to activate or enable the Java plug-in with the Edge web browser. Period. If Windows 10 supports Java, but the Edge browser does not, the question about how to use Java on Windows 10 remains.
6 years ago
WebStorm is THE IDE for HTML and JavaScript development. I know several professional developers that swear by it for developing Ionic mobile applications.