what do you meant by Platform-Independent?
Answer Posted / priyanka adam
because after compilation of java program it generates byte
code which can run on any platform that's why it is platform
independent.. while JVM is platform specific.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a jit compiler?
How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?
Can you inherit a constructor java?
how we can make a read-only class in java?
What is use of static method?
Is null or empty java?
What is the use of parseint in java?
What is array class in java?
What is java util function?
Is there any limitation of using inheritance?
What is a static method in java?
What do you understand by weak reference?
What is the final field modifier?
Can we have any other return type than void for main method?
What is default constructors?