I have a very basic question about JVM: is it a compiler or an interpreter?
If it is an interpreter, then what about JIT compiler that exist inside the JVM? If n
As others have said it is both! If you want to refer it in good detail than you can see:This IBM Description