What are the differences between aggressive loading and lazy loading?


Ans: If the object is created at run time, only when the programmer requires is known as lazy loading. Where as in  eager loading object is created in normal way.