0 votes
in JAVA by
List the 5 types of Scopes defined in Spring beans

1 Answer

0 votes
by

Below are the 5 types of Scopes defined in Spring beans

5 Types of Scopes defined in Spring beans are as follows:

• Singleton:

• Prototype

• Request

• Session

• Global-session

...