InterviewSolution
Saved Bookmarks
| 1. |
How Can Beans Be Made Singleton Or Prototype? |
|
Answer» The BEAN tag has an attribute called ‘SINGLETON’. The bean is singleton if its value is ‘TRUE’, otherwise the bean is a PROTOTYPE. The bean tag has an attribute called ‘singleton’. The bean is singleton if its value is ‘TRUE’, otherwise the bean is a prototype. |
|