adspace
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
What do you understand by casting in java language? What are the types of casting?
What if I write static public void instead of public static void?
What is the resourcebundle class?
what is reflection api? How are they implemented?
What is the first argument of the string array in main method?
Are jvm’s platform independent?
Can we extract main method from another class?
How does java handle integer overflows and underflows?
What is the locale class?
What is the java api?