Computer Science, asked by shalini683, 1 year ago

What is bytecode?

Please answer it very fast



Answers

Answered by karribhulakshmpcj5xt
1
this ur answer u need
/*** IF U UNDERSTAND PLZ MARK AS BRAINLIST ***/
Attachments:
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