How java is platform independent?
Answer Posted / pranita yadav
Java is a fully object oriented programing language.Java is
aplatform independent language because,java is run any
where and any time of any operating system.The Write-Once-
Run-Anywhere ideal has not been achieved (tuning for
different platforms usually required), but closer than with
other languages.java is a user friendly programing
language.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What sorting algorithm does javascript use?
What is the different types of functions?
What will be the default values of all the elements of an array defined as an instance variable?
What happens when a thread cannot acquire a lock on an object in java programming?
I want to persist data of objects for later use. What’s the best approach to do so?
What does || mean in vectors?
What is the maximum size of hashmap in java?
What is an 8 bit word?
How does linkedhashmap work in java?
How to declare objects of a class ?
Can list be final in java?
What is constructor in java ?
Is break statement can be used as labels in java?
In java, what is the difference between method overloading and method overriding?
why an outer class cannot be declared as private?