What is pojo class in spring?
Answer / Naveen Kumar Srivastva
POJO (Plain Old Java Object) is a class that has no special properties other than those inherent to the Java programming language. In Spring, POJOs are used as simple data transfer objects or domain models.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is spring security?
Does spring boot require web xml? : Spring Boot
What is introduction in spring aop?
What is starter dependency in spring boot? : Spring Boot
What is proxy in spring aop?
What is a proxy?
Explain the difference between ioc and di?
What are different scopes of spring bean?
What is spring ioc?
Why spring framework is introduced?
Why do we use @qualifier?
Does ienumerable support lazy loading?