What is difference between prototype and request scope spring?
Answer / Abhishek Raghav
Prototype scope in Spring creates a new instance for every request. Request scope creates a single instance per servlet request.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the various channels supported by spring 2.0?
What are all the ways to access hibernate by using spring?
Give examples of how spring platform can be used by an application developer.
What is servlet initializer in spring boot? : Spring Boot
What is cross cutting concern and concern in spring aop?
How does aop work?
What do you mean by aop?
What do you mean by bean wiring?
What is the default autowiring in spring?
What is the application context in spring?
What is persistence context in spring?
How do you teach annotations?