What is lazy loading effect?
Answer / Isharar Ahamad
Lazy loading in Hibernate means that an association or collection is only loaded when it is accessed. This can improve application performance but may lead to Lazy Initialization Exceptions if the object is never accessed before being garbage collected.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is hibernate query cache?
What is the difference between update and merge?
How many attributes are there in column annotation?
How do you integrate hibernate with struts2 or servlet web applications?
What is HQL?
Is hibernate sessionfactory singleton?
What is the default cache service of hibernate?
Why do we use cascade in hibernate?
What is difference between eager and lazy loading?
What is hibernate criteria api?
What are the important tags of hibernate.cfg.xml?
Why is hibernate preferred over jdbc?