Pergunta de entrevista da empresa Watchfinder

What is the difference between managed and unmanaged code.

Resposta da entrevista

Sigiloso

15 de nov. de 2016

Correctly - but I'm not going to put the answers of such questions here. Suffice to say that managed code managed by the runtime (e.g. .NET, Java, etc), and unmanaged code bypasses all such layers (think assembly code, etc). Better explanations are available on Google.