What is pojo used for?



What is pojo used for?..

Answer / Rajat Gupta

POJO (Plain Old Java Object) is a class in Java that does not extend any other class and does not implement any interface. It represents a simple Java object used to store data and properties, without having any specific behavior or functionality provided by the Java framework.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What is meant by ioc in spring?

1 Answers  


What is the structure of spring framework?

1 Answers  


What are the various ways in which spring framework can be used?

1 Answers  


What are some of the important spring annotations you have used?

1 Answers  


What problem does dependency injection solve?

1 Answers  


Explain the different types of spring container?

1 Answers  


What is a spring?

1 Answers  


What is a spring ioc container?

1 Answers  


What is difference between requestmapping and getmapping?

1 Answers  


How is hibernate accessed using the spring framework?

1 Answers  


What is dao and dto in spring?

1 Answers  


How many types of spring containers are there?

1 Answers  


Categories