Pergunta de entrevista da empresa Capgemini

Eager Loading vs Lazy Loading

Resposta da entrevista

Sigiloso

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