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
What are the Class Libraries ?
Explain about assignment statement?
What state does a thread enter when it terminates its processing in java programming?
What is the lifetime and scope of a variable?
What does java edition mean?
Why a dead thread occurs?
Can we have try without catch block?
What is a buffer in java?
What is difference between char array and string?
What is array list in java?
What is a constructor, constructor overloading in java?
How objects are stored in java?
How to call one constructor from the other constructor ?
What is a jit compiler?
What is the core java?