Computer Science, asked by harshaksachdeva39461, 10 months ago

What is bytecode in java programming language..

Answers

Answered by keshriaryan43
1

Answer:

Java bytecode is the instruction set for the Java Virtual Machine. It acts similar to an assembler which is an alias representation of a C++ code. As soon as a java program is compiled, java bytecode is generated.In more apt terms, java bytecode is the machine code in the form of a .class file. With the help of java bytecode we achieve platform independence in java.

Answered by aryanthakur12314
0

Answer:

java compiler convert a source code into an intermediate code known as byte code

Similar questions