What is bytecode in java programming language..
Answers
Answered by
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
0
Answer:
java compiler convert a source code into an intermediate code known as byte code
Similar questions