Pergunta de entrevista da empresa Yelp

How does memory management work in <your strongest language>?

Respostas da entrevista

Sigiloso

18 de mai. de 2011

I assume they would be looking for the differences between operating system memory management like virtual memory and paging ect. Or application memory management like alloc, dealloc, malloc ect? not sure but this site maybe a good place to start. http://www.memorymanagement.org/articles/begin.html

Sigiloso

8 de set. de 2012

They probably just want you to know the difference between the languages with garbage collection (Java, Ruby, Python, etc.) and those without (C/C++)?