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 hashmap increases its size in java?
Can you call one constructor from another if a class has multiple constructors?
How do you write a good declaration?
What is tostring () method?
What is meant by final class?
What is the purpose of return statement?
What do the thread?class methods run() and start() do?
Explain thread in java?
Is hashset sorted in java?
Explain about main() method in java ?
What is ctrl m character?
What is the loop in java?
Can I learn java in 3 months?
What is an abstract class and what is it’s purpose?
How do you start a new line in java?