- Aug 12, 2014
- 522
- 3
- 81
My question is quite simple I suppose.
Are there differences between interpreted code and managed code?
Interpreted code is definitely managed, right?
I mean interpreted code has to run over some sort of software layer, an interpreter, a virtual machine, etc.
Are there any examples of managed code that come from a compiler?
Java code is compiled to java bytecode, but then run over an interpreter/virtual machine.
Are there differences between interpreted code and managed code?
Interpreted code is definitely managed, right?
I mean interpreted code has to run over some sort of software layer, an interpreter, a virtual machine, etc.
Are there any examples of managed code that come from a compiler?
Java code is compiled to java bytecode, but then run over an interpreter/virtual machine.