What is difference between bean and pojo?
Answer / 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 |
What is autowire by name?
What is java spring boot used for? : Spring Boot
Explain xml schema-based aspect implementation ?
What is the use of @required annotation?
Which is the default scope of bean in spring? In addition, are they synchronized?
What is difference between spring framework and spring boot? : Spring Boot
How is spring different from spring boot? : Spring Boot
What is the default bean scope within spring?
What does a framework means?
What are the different types of bean injections?
What is difference between java singleton and spring singleton?
Why is spring used?