
Mastering Spring Framework Fundamentals - Understanding the Prototype Scope
Interactive Video
•
Information Technology (IT), Architecture
•
University
•
Practice Problem
•
Hard
Wayground Content
FREE Resource
Read more
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the default scope of a bean in Spring?
Request
Prototype
Session
Singleton
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens when a bean is defined with Prototype scope?
The bean is created once per HTTP request
A single instance is shared across the application
A new instance is created each time it is requested
The bean is created once per session
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you explicitly define a Singleton scope in Spring XML configuration?
By setting the scope attribute to 'session'
By setting the scope attribute to 'prototype'
By setting the scope attribute to 'singleton'
By setting the scope attribute to 'request'
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a key consideration when using Prototype scope in a loop?
It simplifies garbage collection
It ensures thread safety
It can lead to excessive resource consumption
It reduces memory usage
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the lifetime of a Request scoped bean in a web application?
Each HTTP request
The entire application context
Each server restart
Each user session
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?