What is request scope in Spring Java?
A - This scopes a bean definition to an HTTP request.
B - This scopes the bean definition to Spring IoC container.
C - This scopes the bean definition to HTTP Session.
D - This scopes the bean definition HTTP Application/ Global session.