How java is platform independent?
Answer Posted / sushil vashist
JAVA is not fully platform independent, as it depends on the
corresponding JVM which in turn is platform dependent.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to check if a list is sorted in java?
What is a double vs float?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
What function extracts specified characters from a string?
What are runtime exceptions?
How many bytes is a char in java?
What do you mean by platform independence?
Why we override equals() method?
What is codebase?
Does java arraylist maintain insertion order?
What is int lol?
What are scalar data types?
Which data type is a class in java?
Is upper case in java?
How do you override a private method in java?