What is pojo class?



What is pojo class?..

Answer / Ranjeet Choudhary

A Plain Old Java Object (POJO) is a Java class that does not extend any other class and does not implement any interface, and has no special methods such as constructors with parameters. POJOs are usually used for data transfer objects or value objects in Java programming.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What is @springbootapplication?

1 Answers  


What do you mean by dependency injection?

1 Answers  


What are the benefits of the spring framework transaction management?

1 Answers  


Which injection is better in spring?

1 Answers  


Difference between filesystemresource and classpathresource.

1 Answers  


What is transaction management in spring? Explain the different types of transaction management.

1 Answers  


What is spring and hibernate?

1 Answers  


What is servlet initializer in spring boot? : Spring Boot

1 Answers  


What is webapplicationcontext?

1 Answers  


What are the advantages of spring framework?

1 Answers  


What is the use of component scan in spring?

1 Answers  


How is annotating helpful?

1 Answers  


Categories