JVM is platform independent or depeneded?

Answer Posted / vikram naidu

According to java all the class files contains only
bytecode. when we are trying to run the class files we need
jvm. so jvm is dependent on os. B'coz these byte code will
convert/translate into machine level code, where OS is able
to understand that language. So depending on the OS, we have
to use the supported JVM.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between string, stringbuffer and stringbuilder?

562


What is the purpose of assert keyword used in jdk1.4.x?

556


What is reflexive association?

1001


What is the difference between yielding and sleeping?

551


How big is a 32 bit integer?

524






What about interrupt() method of thread class ?

579


What is basic syntax?

543


What are the steps that are followed when two computers connect through tcp?

515


Difference between static and dynamic class loading.

576


make a method which any number and any type of argument and print sum of that arguments.....

1373


Write a program to check string is palindrome without using loop?

561


Can a final method be overloaded?

504


What is a boolean structure?

552


How is hashcode calculated in java?

496


Why can't we use static class instead of singleton?

497