What pojo stands for?
Answer / Mahesh Chauhan
POJO stands for Plain Old Java Object. It refers to a regular Java class that does not extend any built-in Java classes or implement any Java interfaces except for the java.io.Serializable interface.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is ioc principle?
What does @component mean in spring?
What is spring jdbctemplate class and how to use it?
Does spring framework support all joinpoints?
What is bean in spring with example?
what is sqlexceptiontranslator?
How would you relate the spring mvc framework to mvc architecture?
How would you integrate spring and hibernate using hibernatedaosupport?
What is the purpose of @autowired in spring?
Do we need web xml in spring boot? : Spring Boot
What are the layers in spring framework?
What is metadata autoproxying?