Question d’entretien chez Capgemini

Eager Loading vs Lazy Loading

Réponse à la question d'entretien

Utilisateur anonyme

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