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
What is space character in java?
What happens to a static var that is defined within a method of a class?
Write a function for palindrome and factorial and explain?
What type of language is java?
Can I extend singleton class in java?
Where can I find jdk in my computer?
What is the difference between keyword and identifier?
Difference between java and javascript
What are the characteristics of Final,Finally and Finalize keywords.
Write a program to print all permutations of string?
What do you understand by weak reference?
What is the scope or life time of instance variables?
What is void class in java?
What does method mean?
What is the access scope of protected access specifier?