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 does yield method of the thread class do?
Is java call by reference?
Is arraylist sorted in java?
Is it possible to override private or static method in java?
What is meant by class?
Why singleton is not thread safe?
How will you reverse a singly-link list?
What is difference between an object and a class?
How to sort list of list in java?
Explain what pure virtual function is?
What is difference between printf and scanf?
What is variable and its types?
What is generic type?
Can a class be private in java?
What is the exact difference in between unicast and multicast object? Where we will use?