0 votes
in JAVA by
Who executes the byte code in java?

1 Answer

0 votes
by

Who executes the byte code in java?

Bytecode is the compiled format for Java programs. Once a Java program has been converted to bytecode, it can be transferred across a network and executed by Java Virtual Machine (JVM).

Related questions

+1 vote
asked Jan 24, 2020 in JAVA by rahuljain1
+1 vote
asked May 31, 2020 in JAVA by SakshiSharma
...