What is difference between prototype and request scope spring?



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

Post New Answer

More Spring Framework Interview Questions

What are the various channels supported by spring 2.0?

1 Answers  


What are all the ways to access hibernate by using spring?

1 Answers  


Give examples of how spring platform can be used by an application developer.

1 Answers  


What is servlet initializer in spring boot? : Spring Boot

1 Answers  


What is cross cutting concern and concern in spring aop?

1 Answers  


How does aop work?

1 Answers  


What do you mean by aop?

1 Answers  


What do you mean by bean wiring?

1 Answers  


What is the default autowiring in spring?

1 Answers  


What is the application context in spring?

1 Answers  


What is persistence context in spring?

1 Answers  


How do you teach annotations?

1 Answers  


Categories