InterviewSolution
Saved Bookmarks
| 1. |
SessionFactory is a thread-safe object.(a) True(b) FalseThe question was asked in final exam.The doubt is from Hibernate in section Autoboxing & Miscellaneous of Java |
|
Answer» RIGHT ANSWER is (a) True The explanation is: SessionFactory is a thread-safe object. MULTIPLE threads can ACCESS it SIMULTANEOUSLY. |
|