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
Is a class an object?
What super () does in java?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
What is javac used for?
What are the basics of core java?
What is the purpose of using javap?
What is array and arraylist in java?
What are the 6 mandatory procedures for iso 9001?
Is double bigger than float?
Which is dependent variable?
Is a method a function?
How can I debug the Java security exceptions and AccessControlExceptions?
What is the point of polymorphism java?
What is numeric data type?
how we can make a write-only class in java?