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