Java is somewhere between an interpreted language and a compiled one… A text file (.java) is compiled into bytecode with the extension .class which then runs on the JVM (Java Virtual Machine)
Learning Java
Categories