#oops
Read more stories on Hashnode
Articles with this tag
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 any specific...
@Annotations in Java: Annotations are special labels (metadata) that can be added to code elements (classes, methods, fields, etc.) to provide...