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 difference between the boolean & operator and the && operator?
What is a java singleton?
What's the difference between local, global and universal groups? : java security
Is lambda expression an object?
Is jdk a compiler?
Name primitive java types.
Which is best framework in java?
What is log4j in java?
What is the difference between lambdas and delegates?
What if I do not provide the string array as the argument to the method?
What kind of thread is the garbage collector thread?
What is java lang noclassdeffounderror?
What does persist mean in java?
Please can anybody explain what exactly "the project architecture" means???
Why java?