to further clarify things, in today's hardware, compiled vs interpreted is no longer an issue, above all when code like Java and C# are never fully compiled at runtime, but pseudo-compiled, like it is even for Javascript in a browser. JS used to be interpreted in your browser, now it's compiled...