is JVM platform dependent or independent..?
Answer Posted / megha pandav
We can't directly says that JVM is platform independent but
due to JVM java has become platform independent.Because JVM
convert byte code into the microprocessor readable format.so
that code able to run on any machines like windows,
linux,Macnitosh etc...
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
How many static init can you have?
What are 3 boolean operators?
When would you use a static class?
What is local declaration?
how to create multithreaded program? : Java thread
Does hashset allow duplicates in java?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
Which container method is used to cause a container to be laid out and redisplayed in java programming?
What are reference variables in java?
What is parameters example?
What is the use of private static?
Can we have multiple catch block for a try block?
How does system arraycopy work in java?
What is not object oriented programming?
What is the size of a string in java?