What is Bean Scope in Spring ? What is default bean scope ?

2

Apart from standard bean scope like Singleton, prototype, request, session and global Session, There is new bean scope added in Spring called thread scope which allows per thread instance like ThreadLocal. Spring also allow you to extend its functionality

Read this post on javarevisited.blogspot.com


Javin Paul

blogs from Mumbai