Question d’entretien chez Unity

What is the difference between the heap and the stack?

Réponse à la question d'entretien

Utilisateur anonyme

23 janv. 2023

Heap memory is used by all the parts of the application whereas stack memory is used only by one thread of execution.