Category:
Best Practice
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 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
Using thread pool in java to reuse the thread. Thread pool increases the efficiency of the multi threading programs or 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
Eclipse IDE Plugins that every programmer must-have. These free and easy to use plugins help you to boost your productivity.
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 …