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?
What is gwt in java?
What is stateless in java?
What is the front end for java?
What is the use of entity class in java?
What is the purpose of jdk?
What is predicate in lambda expression?
In an htm form i have a button which makes us to open another page in 15sec.how will you do that?
What is meant by code profiling?
Is lambda functional programming?
program A and B are analysed and found to have worst case running time greater than 150NlogN and N*N respectively. which program has the better guarantee after the running time for the large values of N(N>10000)? which program has the better guarantee for the running time of small program N (N<100)? which program will run faster on average for N=1000?
What are struts java?
How can one prove that the array is not null but empty?
How many types of jdk are there?
What is dto in java?