JMX (Java Management Extensions) Question:
What are the 5 scopes defined in Spring?
Answer:
5 scopes defined in Spring:
☛ Singleton
☛ Prototype
☛ Session - only valid in a Web application context
☛ Request - ditto
☛ Custom
☛ Singleton
☛ Prototype
☛ Session - only valid in a Web application context
☛ Request - ditto
☛ Custom
Previous Question | Next Question |
How does a Spring Factory Bean work? | List 2 examples of anonymous bean? |