Category:
Java
by Imran Shaikh
java Naming Convention is one of the many steps to increase the readability of your code. It is a best practice that you should …
by Imran Shaikh
Read and modify the behavior of the class at runtime with Java’s Reflection API. It is used by Spring to auto wiring your dependency.
by Imran Shaikh
Using thread pool in java to reuse the thread. Thread pool increases the efficiency of the multi threading programs or code.
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 Imran Shaikh
To use the partitioningBy Collector, you have to pass the Collectors.partitioningBy in the collect() method of Stream API.
by Imran Shaikh
This Multi-Database HikariCP pool code aims to reduce the boilerplate code to a bare minimum, giving you a small and readable code.
by Imran Shaikh
Prefer using plain JDBC for huge data migration. One record at a time is too slow, instead, use a batch system of JDBC and …
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