ANSWER BREIFLY :
1.] What is bytecode ?
2.] How is Java platform independent?
3.] What is JVM ?
Answers
Answered by
2
Answer:
Bytecode, also termed portable code or p-code, is a form of instruction set designed for efficient execution by a software interpreter.
Answered by
2
Answer:
I hope this helps you
1.] Bytecode is a program code that has been compiled from source code into low level code which is designed for a software interpreter .It may executed by the virtual machine .
2.] when a Java program run in a particular machine it sent to Java compiler which converts this code into intermidiate code called bytecode JVM recognise the platform it is on and convert the bytecode into native machine code .
3.] It is a virtual machine that enables a computer to run Java program as well as program written in other languages that are also compiled to Java bytecode
Similar questions