InterviewSolution
Saved Bookmarks
| 1. |
What Are Inner Beans? |
|
Answer» When wiring beans, if a BEAN element is embedded to a property TAG directly, then that bean is said to the INNER Bean. The DRAWBACK of this bean is that it cannot be reused anywhere else. When wiring beans, if a bean element is embedded to a property tag directly, then that bean is said to the Inner Bean. The drawback of this bean is that it cannot be reused anywhere else. |
|