New JDK 11 features that I personally like and use
Java Development Kit (JDK) 11 is now generally available bringing some productivity improvements and an HTTP Client API that implements […]
Java Development Kit (JDK) 11 is now generally available bringing some productivity improvements and an HTTP Client API that implements […]
In Java, there is a difference between java == and equals() method to compare primitives (int, float etc), strings and
In order for a computer to be able to store text and numbers that humans can understand, there needs to
Somebody asked a question : How to explain dependency injection to a 5-year old? Well, sounds like that kid’s in
Use Apache Tomcat. It is free. I don’t understand why firms spend millions of dollars on Java application servers like
This article gives you a highlight of important features added in every major Java release. I am sure you will find
Often, I here about an interview question being asked that is “What is composition and aggregation ?” Or “What is
This is one of the basic question asked in interviews or in gatherings of professionals. So here we go, Main
A brief Introduction Client server architecture requires two parts as main resources: Client and Server