What’s the difference between a compiler, assembler and interpreter?
What advantage does a compiler have over an interpreter?
It’s much faster.
What advantage does a interpreter have over an compiler?
What comprises does one have to choose between when deciding between a compiler and an interpreter?
A compromise between speed and ease of use.
What ‘code’ does Java compiler to?
Java compiles to ‘Byte’ code.
Java Virtual Machine (JVM) uses both a compiler and interpreter.
What compiler does C use?
Just in Time (JIT) ?
Can can you reuse exsiting proven software?
Essentially by using libraries: