

MCQOPTIONS
Saved Bookmarks
1. |
What is the attribute of java bean to specify scope of bean to have single instance per Spring IOC? |
A. | prototype |
B. | singleton |
C. | request |
D. | session |
Answer» C. request | |