adspace


Why Java is a platform independent language?Explain byte code
and JVM

Answer Posted / kabita

due to byte code and jvm java is platformindependent
language.as we know after compiling sourcecode it gives
java byte code.only jvm can execute bytecode and every os
(operating system) having their own jvm.so it is a
platformindependent language.jvm stands 4 java virtual
machine which executes the bytecode.bytecodes are the
intermediate language for jvm.

Is This Answer Correct ?    47 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the first argument of the string array in main method?

1030


What is the java api?

993


What if I write static public void instead of public static void?

934


What do you understand by casting in java language? What are the types of casting?

923


What is the locale class?

1024


Can we extract main method from another class?

1034


Are jvm’s platform independent?

982


what is reflection api? How are they implemented?

1105


What is the resourcebundle class?

1012


How does java handle integer overflows and underflows?

1113