DEV Community

Discussion on: Deno - An Unfinished Beauty

Collapse
 
hamidb80 profile image
Hamid Bluri

Whaaat

What do you mean by "Runtime" exactly?

Java is not a Runtime!

Collapse
 
ivan_jrmc profile image
Ivan Jeremic

Java is a runtime language it runs on a runtime.

Thread Thread
 
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.