Tuesday, November 29, 2011

What is lazy loading

Lazy loading is a characteristic of an application when the actual loading and instantiation of a class is delayed until the point just before the instance is actually used. The goal is to only dedicate memory resources when necessary by only loading and instantiating an object at the point when it is absolutely needed.
Category:EJB Interview Questions

No comments:

Post a Comment