11. |
______ should be the return type of a request processing method of a controller to process an AJAX request.
|
||||||||
Answer:
Option (b) |
12. |
Which object is used by a request processing method to check validation failure?
|
||||||||
Answer:
Option (b) |
13. |
What do you mean by prototype scope?
|
||||||||
Answer:
Option (b) |
14. |
In spring MVC, what do u mean by Advice?
|
||||||||
Answer:
Option (a) |
15. |
By default a bean is lazily loaded.
|
||||
Answer:
Option (b) |
16. |
_____ class can be used to call Stored Procedures in spring.
|
||||||||
Answer:
Option (b) |
17. |
Which of the following is the default scope in Spring?
|
||||||||
Answer:
Option (b) |
18. |
Which of the following are spring modules?
1. Core module 2. Web module 3. Spring jar module 4. Test module 5. Spring Lightweight module 6. Data access module
|
||||||||
Answer:
Option (b) |
19. |
The objects that form the backbone of your application and that are managed by the Spring container are called______.
|
||||||||
Answer:
Option (a) |
20. |
Which of the following statement is correct:
1. Spring is an open source framework. 2. Spring is heavyweight. 3. Spring supports tight coupling. 4. Spring helps in reducing boiler-plate code.
|
||||||||
Answer:
Option (b) |