what is byte code and jvm
nahlanahid16p85hw1:
byte code is the compiled format for java programs . java programs has been converted to byte code. it can be transferred across a network and executed by java virtual machine JVM.
Answers
Answered by
2
Bytecode is the JVM equivalent of machine language instructions. The Java Compiler compiles Java Source code to class files. The class's methods are translated to Byte Code and the Java virtual machine (JVM) interpretes this byte code.
Answered by
0
A sequence of adjacent bits operated on as a unit by a computer. A byte usually consists of eight bits. Amounts of computer memory are often expressed in terms of megabytes (1,048,576 bytes) or gigabytes (1,073,741,824 bytes). Our Living Language : The word bit is short for binary digit.
h Programming code that, once compiled, is run through a virtual machine instead of the computer��s processor. ... 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).
please mark me as brainlist
have a wonderful day
h Programming code that, once compiled, is run through a virtual machine instead of the computer��s processor. ... 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).
please mark me as brainlist
have a wonderful day
Similar questions