What does the 'prototype' scope mean for a Spring bean?
a) Single instance per Spring container
b) New instance every time it's requested
c) Shared instance for a single HTTP request
d) Shared instance for a single HTTP session
Click to View Answer and Explanation