DEV Community

Discussion on: Deno - An Unfinished Beauty

 
hamidb80 profile image
Hamid Bluri

Java compiler compiles .java code to "java byte code"

Then JVM runs that byte codes.

Thread Thread
 
ivan_jrmc profile image
Ivan Jeremic

Yes thats what I said, Java is a runtime language.