Why Java is a platform independent language?Explain byte code
and JVM
Answer Posted / sandeep negi
byte code is an intermediate code for java in the form of hexadecimal ,which is compiled code of java compiler and same
for all o\s.after compilation all machine or o\s have own java virtual machine translate the byte code into machine code. so we can say that java is a platform independent language.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Describe the principles of oops.
In java what is the difference between sleep() and wait() .
what are the different phases in delivering the project during development and maintenance?
Do I need jdk or jre?
What is a stream in java?
What is use of jpa?
How do I know if I have jre or jdk?
Explain daemon thread.
Why oracle type 4 driver is named as oracle thin driver?
Who is at risk in java? : java security
What is factory pattern in java?
How does java handle integer overflows and underflows?
What is class forname java?
Do I really have to type in the programs in the book to try them out?
What is profile in java?