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
How can I swap two variables without using a third variable?
What is class forname java?
What is the difference between a jvm and a jdk?
What is cdi in java?
How does java handle integer overflows and underflows?
What's a code group? : java security
What is jndi datasource in java?
How should I format my code? How should I comment my code?
What is entitymanager in jpa?
What is web container in java?
How can you work with permissions from your .net application? : java security
What is stateful in java?
What is entitymanager in java?
What is aop java?
What is the difference between deep copy and shallow copy in java