DEV Community

Discussion on: Great fun with Deno - My First Deno Framework

 
lifelongthinker profile image
Sebastian

No, Java is compiled into bytecode that is then run on the Java Virtual Machine (JVM), which itself is just an abstraction of the underlying real architecture.

Thread Thread
 
oknoorap profile image
Ribhararnus Pracutian

yes you're correct πŸ‘, scripting languange can't be compiled into bytecode.