Answer Posted / qim2010
JVM is platform dependent. There can be any number of jvm's
but they all understand the one common language called byte
code and translates them into the binary executable of a
particular platform for which they are developed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the importance of throws keyword in java?
Describe what a thread-local variable is in java?
What are the core java topics?
Why to use nested classes in java? (Or) what is the purpose of nested class in java?
What is the difference between the prefix and postfix forms of the ++ operator?
What is the intersection and union methods?
Differentiate between == and equals().
What is use of set in java?
Which java collection does not allow null?
Where is singleton pattern used?
What is Hierarchy of exception?
Difference between operator overloading and function overloading
Why static functions are used?
What is an example of a keyword?
What does string [] args mean?