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
What are the files generated after using IDL to java compiler?
How do you sort a string in alphabetical order in java?
Which sorting is used in arrays sort in java?
What is keyword auto for?
Can we define static methods inside interface?
What is mutable object and immutable object?
What is a function in java?
Can java inner class be static?
How does callback work in java?
What is the advantage of OOP in java?
Enlist diffrent types of inheritance supported by java?
What do you understand by Header linked List?
What is function and method in java?
Is sizeof a keyword in java programming?
Print Vertical traversal of a Binary Tree.