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
Can an interface implement another interface?
How do you bind variables?
Which software is used for java programming?
Can a abstract class be declared final?
What are the differences between processes and threads?
State the merge-sort principle and its time complexity.
Does list allow duplicates in java?
Explain the reason behind ending a program with a system.exit(0)?
What are the types of java?
What is literal example?
What are the five major types of reference sources?
How do you create a first line indent?
What restrictions are placed on method overriding in java programming?
How do you create an array in java?
Explain restrictions for using anonymous inner classes?