Pregunta de entrevista de Capgemini

Eager Loading vs Lazy Loading

Respuesta de la entrevista

Anónimo

26 jun 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.