Computer Science, asked by DaIncredible, 1 year ago

What do you mean by Bytecode ?


nancyyy: ...
nancyyy: Why u can't receive my messages=_='
DaIncredible: =_="
nancyyy: =_="
DaIncredible: wait a min...

Answers

Answered by amankumaraman11
7

Bytecode is object-oriented programming code compiled to run on a virtual machine instead of a CPU. Virtual Machine transforms program code into readable machine language for the CPU because platforms utilize different code interpretation techniques.

PLZZ MARK ME BRAINLIEST....

Answered by SohamKundu012
0

Bytecode is a set of instructions that are understood by the JVM .

JVM is an abstract machine designed to be implemented on top of existing processors .

It helps to convert the given code in JAVA to bytecode and then we can intrepret the code for a given platform by using an interpreter .

This interpreter is called JVM .

Now the Bytecode is independent of hardware .

Similar questions