#java
Read more stories on Hashnode
Articles with this tag
Exceptions are used in Java to handle errors and unusual situations that may occur during program execution. To handle exceptions these execeptions,...
IOC (Inversion of Control) is a design pattern that is used to decouple the dependencies between objects in a software system. It is based on the...
Java Persistence API (JPA) and Hibernate are two popular technologies used in the Java ecosystem for object-relational mapping (ORM). While they are...
In Java, a Plain Old Java Object (POJO) is a Java object that does not have any special structure or behavior. It is simply a Java object with...