© 2023 Hashnode
#springbean
As we know that in 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, Which is accessible to all…
Spring IoC container create the beans and perform few post process activities based on the configurations like implementing Aware interfaces and annotations. In a nutshell, Spring IoC Container first check for dependency then calls its con…