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 are methods defined?
Can we access the non-final local variable, inside the local inner class?
Can you declare the main method as final?
How use .contains in java?
What if I write static public void instead of public static void in java?
What is thread pool? How can we create thread pool in java?
What are the drawbacks of singleton class?
what is thread? : Java thread
How do I enable java in safari?
Is it safe to install java on my computer?
How many types of string data types are there?
What is e java?
What is the purpose of the System class?
What is the use of set in java?
How do you check whether the list is empty or not in java?