Tag:

Best Practice

by CodersTea 3 comments

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 2 comments

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 4 comments

Java 16 Record is a powerful feature that greatly reduces the boilerplate code of POJO. No more external Lombok library.

by Imran Shaikh 0 comment

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 0 comment

Using thread pool in java to reuse the thread. Thread pool increases the efficiency of the multi threading programs or code.

by Imran Shaikh 0 comment

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 CodersTea 0 comment

Eclipse IDE Plugins that every programmer must-have. These free and easy to use plugins help you to boost your productivity.

by Imran Shaikh 0 comment

Boost your productivity with these IntelliJ IDEA plugins. Every programmer should have these plugins.

by CodersTea 0 comment

These the Eclipse IDE shortcuts will be enough for you to sky rocket your productivity. These shortcuts enhances the developer experience.

by Imran Shaikh 4 comments

We will discuss How to use Lombok in our code. We will look at @Getter @Setter and @Data @Log @Builder and many more. Fully …

@2023 All Right Reserved. Designed and Developed by CodersTea

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept Read More