InterviewSolution
Saved Bookmarks
| 1. |
What Does Isidentical() Method Return In Case Of Different Type Of Beans? |
|
Answer» STATELESS - true always. Stateful - DEPENDS WHETHER the references POINT to the same SESSION object. Entity - Depends whether the primary key is the same and the home is same. Stateless - true always. Stateful - depends whether the references point to the same session object. Entity - Depends whether the primary key is the same and the home is same. |
|