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 is the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent
What are the states of thread in java?
What are the advantages of inner classes?
Can we assign the reference to this variable?
What is the this keyword?
Why arraylist is used in java?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
Is void a keyword in java?
What is java util hashmap?
Can you write a java class that could be used both as an applet as well as an application?
What are the advantages of java over C++?
Difference between object instantiation and construction ?
Explain about object oriented programming and its features?
What is the maximum size of hashmap in java?
Which is bigger float or double java?