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
What are the common uses of "this" keyword in java ?
How define set in java?
What is class variable java?
what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread
What is main method?
Can I use % with real numbers?
Is class forname reflection?
How will you initialize an Applet?
What are different types of multitasking?
What is hasnext in java?
Can we sort arraylist in java?
What are the methods available in a class?
What is the default access specifier for variables and methods of a class?
What is the hashcode () and equals () used for?
What is sortedmap interface?