Friday, December 8, 2017

Spring Framework -15 -Bean Scopes

Bean Scopes
  1. singleton : This scopes the bean definition to a single instance per Spring IoC container (default).example: 

  2. prototype
Web aware scopes are:

  1. request
  2. session
  3. global



_________________________________________________________________________

No comments:

Post a Comment