English, asked by bimalmca07, 1 year ago

difference between Spring Singleton scope & Application Scope

Answers

Answered by ac102698
1

Answer:

In application scope, container creates one instance per web application runtime. It is almost similar to singleton scope, with only two differences i.e. application scoped bean is singleton per ServletContext , whereas singleton scoped bean is singleton per ApplicationContext

Answered by Suriddhim
0

In application scope, container creates one instance per web application runtime. It is almost similar to singleton scope, with only two differences i.e. application scoped bean is singleton per ServletContext , whereas singleton scoped bean is singleton per ApplicationContext .

yr pls mark me brainliest

Similar questions