Answer Posted / vinay
Java is platform independent because after compiling
the .java file is converted to .class file. this .class
file is byte code which is platform independent...
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Explain the importance of thread scheduler in java?
What is == in java?
How to sort an array from smallest to largest java?
How many types of voids are there?
How to change the priority of thread or how to set priority of thread?
What does sprintf mean?
Is java hard to learn?
What is methodological framework?
What is executor memory?
What is enhanced loop in java?
What is a constructor, constructor overloading in java?
How do you remove duplicates in java?
Can we sort hashset in java?
Why is sizeof not a function?
How to optimize the javac output?