Capgemini interview question

Eager Loading vs Lazy Loading

Interview Answer

Anonymous

26 June 2020

Eager loading means loading or accessing the data early. (Even though the data wasn't required) whereas Lazy loading means loading the data whenever requested.