asked 128k views
2 votes
When displaying a java applet, the browser invokes the ________ to interpret the bytecode into the appropriate machine language?

asked
User Joelius
by
8.5k points

1 Answer

0 votes
When displaying a java applet, the browser invokes the Java Virtual Machine (JVM) to interpret the bytecode into the appropriate machine language. JVM is a run-time engine that runs Java applications and calls the main method present in a java code.
JVM has three part: specification, implementation, and instance.
answered
User Aligator
by
8.4k points