Java POJO refers to the Plain old Java object. POJO and Bean class in Java shares some common features which are as follows −
Both classes must be public i.e accessible to all.
Properties or variables defined in both classes must be private i.e. can't be accessed directly.
Both classes must have default constructor i.e no argument constructor.
Public Getter and Setter must be present in both the classes in order to access the variables/properties.
====================================
Thank you for Watching :
Happy coding Keep Learning 😊
====================================
subscribe for more videos :
/ @techie_coding
/ @techie_coding
/ @techie_coding
====================================
#javaprogramming #techiecoding #javatutorialforbeginners
#pojoclass #beanclass #javatutorial #javaee
#javacoding #javaforbeginners #javadevelopers