adspace


What is difference between bean and pojo?

Answer Posted / Rajiv Ranjan

Bean is a Java class that follows certain conventions to be used by container-managed frameworks like Spring. POJO, on the other hand, stands for Plain Old Java Object and refers to any regular Java class with no special characteristics or dependencies on external libraries.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between @controller and @restcontroller in spring?

556


What is lazy class?

490


How can you inject java collection in spring?

518