What pojo stands for?



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

Post New Answer

More Spring Framework Interview Questions

What is ioc principle?

1 Answers  


What does @component mean in spring?

1 Answers  


What is spring jdbctemplate class and how to use it?

1 Answers  


Does spring framework support all joinpoints?

1 Answers  


What is bean in spring with example?

1 Answers  


what is sqlexceptiontranslator?

1 Answers  


How would you relate the spring mvc framework to mvc architecture?

1 Answers  


How would you integrate spring and hibernate using hibernatedaosupport?

1 Answers  


What is the purpose of @autowired in spring?

1 Answers  


Do we need web xml in spring boot? : Spring Boot

1 Answers  


What are the layers in spring framework?

1 Answers  


What is metadata autoproxying?

1 Answers  


Categories