-
Core Java
Mastering Java’s Executor Framework
In the fast-paced world of modern applications, efficiency is key. Often, tasks need to run concurrently to avoid bottlenecks and…
Read More » -
Enterprise Java
Hibernate Subselect Annotation
1. Introduction Hibernate is an open source object relational mapping (ORM) tool that provides a framework to map object-oriented domain…
Read More » -
Core Java
Include null Value in JSON Serialization
1. Introduction JavaScript Object Notation (JSON) is text-based data format that is easy for humans to read and write and…
Read More » -
Enterprise Java
Retrieving Lists of Entities from a Database Using Hibernate
Hibernate is a powerful Object-Relational Mapping (ORM) framework for Java that simplifies the interaction between an application and a database…
Read More » -
Core Java
Best Practices for Using JDBC in Java Applications
Java Database Connectivity (JDBC) is a powerful API that bridges the gap between your Java applications and relational databases. By…
Read More » -
Core Java
Intro to the Apache Commons CLI
The Apache Commons CLI library is a powerful tool that enables developers to efficiently create command line interfaces (CLIs) for…
Read More »