InterviewSolution
Saved Bookmarks
| 1. |
What Is Inner Bean? What Is The Drawback Of Inner Bean? |
|
Answer» If a bean ELEMENT is DIRECTLY embedded in a property tag while wiring beans, then the bean is CALLED Inner Bean. Its DRAWBACK is that it cannot be reprocessed. If a bean element is directly embedded in a property tag while wiring beans, then the bean is called Inner Bean. Its drawback is that it cannot be reprocessed. |
|