Tag:
JDK
by Imran Shaikh
On 22 March 2022, The JDK 18 or Java 18 is released to the public (from Oracle). Java 18 does have something very interesting
by Mahesh More
Today we will take a look at the basic but tricky interview question, Call By Value & Call By Reference in Java. Both beginners …
by Imran Shaikh
Let’s talk about the JDBC best practices in Java. It will greatly improve the JDBC code performance, maintainability, efficiency , and many more.
by Imran Shaikh
Java 16 is released a few days back by Oracle. From 17 new feature improvements, these 4 features will affect how java developers code.
by Imran Shaikh
we will have a look at how we can easily install the latest Java or JDK on the Ubuntu system. It will be a …
by Mahesh More
Hey, Tea Lovers! Today let’s look at the most asked interview question, IS-A & HAS-A relationship. Both beginners and experienced people get this question in …
by Mahesh More
most asked interview question, Comparable vs Comparator. Both beginners and experienced persons get this question in their interviews
by Imran Shaikh
Difference between final, finally, and finalize in Java. Mostly the beginners face this question. Same name, different work.
by Imran Shaikh
3 magical steps for latest or any jdk installation. You can have multiple versions of JDK at the same time and switch between them …
by Imran Shaikh
We will talk about all the things about the JDBC connection pool and its implementation using HikariCP. HikariCP is one of the fastest connection …