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 meant by framework in java?
Why bean class is used in java?
What is a stream in java?
How does jpa repository work?
What is @resource annotation in java?
What is web xml java?
What is an action class in java?
Can we use lambda without functional interface?
What is use of jpa?
Is jdk a compiler?
What is cdi bean in java?
What is the resourcebundle class?
What is mq in java?
What are orm tools in java?
What are the new features about Java se 8 ?