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 |
What is meant by ioc in spring?
What is the structure of spring framework?
What are the various ways in which spring framework can be used?
What are some of the important spring annotations you have used?
What problem does dependency injection solve?
Explain the different types of spring container?
What is a spring?
What is a spring ioc container?
What is difference between requestmapping and getmapping?
How is hibernate accessed using the spring framework?
What is dao and dto in spring?
How many types of spring containers are there?