Abir RahmanFacts and Terminologies of Spring FrameworkI have been learning Spring framework and I have come across of a lot of new terminologies related to Spring framework. This article is the…Aug 26
Bharat KumarWhat is POJO Class in Java ?POJO stands for Plain Old Java Object. It is a term used to describe a Java class that follows simple conventions and does not depend on…Feb 15Feb 15
rakibul rushelIntroduction to OOP: POJOThis chapter will teach us about scope, setter method, getter method, and, POJOMay 13May 13
Abir RahmanFacts and Terminologies of Spring FrameworkI have been learning Spring framework and I have come across of a lot of new terminologies related to Spring framework. This article is the…Aug 26
Bharat KumarWhat is POJO Class in Java ?POJO stands for Plain Old Java Object. It is a term used to describe a Java class that follows simple conventions and does not depend on…Feb 15
rakibul rushelIntroduction to OOP: POJOThis chapter will teach us about scope, setter method, getter method, and, POJOMay 13
Manjushree PanthangiPOJO vs Java Bean vs Spring BeanI am sure many of us have come across these fancy words of POJO, Java beans and spring beans while learning spring boot framework. Lets…Jun 19, 20232
Ankit MauryaUnderstanding DTOs, VO, POJO conceptsWe all have seen a lot of incorrect usage of DTO, javaBeans, VO, POJO in industry. Here we’ll see what are the main difference that sets…Feb 25
InDevOps.devbyEltac ShixseyidovJava Records vs POJOIn Java, records were introduced in JDK 14 as a new type of class to represent immutable data. They provide a more concise syntax for…Feb 15, 20232