Multiple choice technology architecture

Find the scope from the below list which is not defined in the Spring?

  1. singleton

  2. Prototype

  3. request

  4. response

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

Spring defines five bean scopes: singleton (default), prototype, request, session, and global session. 'response' is NOT a valid scope in Spring - the option list includes singleton, prototype, and request, which ARE all valid Spring scopes, making 'response' the correct answer for what is NOT defined.