is JVM platform dependent or independent..?
Answer Posted / bapu
x.java file compiled by compiler.but .class file contains
source code equivalent to byte code.
But the microprocessor cannot understand byte code
instructions,neither can it execute them.Jvm can convert
byte code into machine code.JVM is not a machine-it is a
program.
jvm is system dependent.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is constructor and its types?
What access modifiers can be used for class ?
Can a static class have a constructor java?
What is type parameter in java?
We are seeing so many videos/audios as many web sited. But question is these videos or audios are stored in Databases ( Oracle, Mysql, Sybase,... ) or stored any file directory from there they will give the link for that? Pls explain and give sample code to achieve this one? Thanks, Seenu.
Which arithmetic operations can result in the throwing of an arithmeticexception?
does java support pointers?
What is the purpose of file class?
What are the changes in java.io in java 8 ?
What are the ways to instantiate the class class?
What is struts in java?
what is aggregation in java?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
How do you implement singleton class?
What is use of a abstract variable?