is JVM platform dependent or independent..?
Answer Posted / ravi
Java "the language" is platform-independent. To make it so,
there is a platform-specific JRE that knows how to run the
platform-independent Java code on a specific platform.
The JVM could be called platform-independent because it
produces the same results running the same Java code on
different platform(). It is however (at least partially)
implemented as a platform-dependent executable.
| Is This Answer Correct ? | 44 Yes | 36 No |
Post New Answer View All Answers
How do you calculate square roots?
Which arithmetic operations can result in the throwing of an arithmeticexception?
Is sizeof a keyword in java programming?
What is get () in java?
What is meant by singleton class?
What is the primitive type short?
Difference between throw and throws?
What is indexof?
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
how would you implement a thread pool? : Java thread
Explain the scope or life time of class variables or static variables?
What is collection api?
Addition to previous section relative word 5th one was Putrid ans: rotten, also there was prob. in 1st section on bucket weight ans:10kg, also there was a prob. on train speed to find bridge length ans:800 mtrs.
What do you mean by collectors in java 8?
What is math in java?