The definitions of scopes

Report a typo

Match the following bean scopes with their definitions.

Match the items from left and right columns
singleton
prototype
request
application
The container creates a single instance for an ApplicationContext
The container creates a single instance that is available during the complete lifecycle of an HTTP request
The container creates a new bean every time it is injected
The container creates a single instance for a WebApplicationContext
___

Create a free account to access the full topic