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
Where we write javascript code in html page?
What is jar?
How many arguments can be passed to main ()?
What does @override mean?
How is final different from finally and finalize?
Explain OOPs concept.
Explain super keyword in java.
Why main method is static in java?
Why does java does not support multiple inheritance? Explain
Is there any case when finally will not be executed?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
What is the statements?
What is nextline method in java?
List the different types of classloaders in java.
Name some classes present in java.util.regex package.