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
Why should I use abstract class?
Are arrays passed by reference in java?
What is meant by local variable and instance variable?
What are heterogeneous objects?
Can we create an object of private class?
Why synchronization is important?
What are the uses of java?
How can you make sure that your singleton class will always return single instance in multi-threaded environment?
Which sorting algorithm is best in java?
What are unchecked exceptions in java?
Explain illegalmonitorstateexception and when it will be thrown?
What are basic data types?
How do I find and replace in word?
How can we achieve thread safety in java?
What is the purpose of the enableevents() method?