How java is platform independent?
Answer Posted / abnish kumar rajput
Java is called platform independent language because of its
compiling and interpreting concept.Java has both features
means compilation and interpretation of a program.Java first
compiles a source code into bytecodes(Magic Codes) and then
these bytecodes can easily be converted according to that
particular machine using different OS.
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
What is the difference between class & object?
how to create daemon thread in java?
What is the difference between serializable and externalizable interface?
Can we override constructors in java?
What is a package in java? List down various advantages of packages.
How does hashmap work in java ?
What is variable and its types?
What is the list interface in java programming?
What does arrays sort do in java?
What is a java object and java application?
Which sorting algorithm is in place?
What is broken and continue statement?
Why is boolean important?
Can an interface have a constructor?
Do we need to manually write Copy Constructor?