How java is platform independent?
Answer Posted / bandana mankotia
Platform Independent means the process in which certain
languages is capable of running on all types of Operating
System.
Java is platform independent bcoz In java when we
execute the source code,it generates the class file
comprising the bytecode.Byte code are easily interpreted by
JVM(interpreter)which is available with every type of O.S
we install
| Is This Answer Correct ? | 25 Yes | 17 No |
Post New Answer View All Answers
How do constructors use this() and super()?
What is math exp in java?
What are the super most classes for all the streams?
What are the different types of inheritance in java?
How do you create a null object?
How thread scheduler schedule the task?
What is entry in java?
What is the difference between java applets and applications?
Which sorting is used in arrays sort in java?
What is space character in java?
What is size () in java?
What is default locale java?
How many types of keywords are there?
What is data type in computer?
Can a static method be final?