1.

What Are The 5 Scopes Defined In Spring?

Answer»

5 scopes defined in Spring:

  1. Singleton
  2. Prototype
  3. SESSION - only VALID in a WEB application context
  4. REQUEST - ditto
  5. Custom

5 scopes defined in Spring:



Discussion

No Comment Found