Multiple choice technology web technology

Identify which is not a Bean scopes in Spring Framework

  1. singleton

  2. prototype

  3. global session

  4. response

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In Spring Framework, valid bean scopes include singleton, prototype, request, session, globalSession, application, and websocket. 'Response' is not a standard scope - this appears to be a confusion with HTTP response objects.