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
Why declare Main() method as a static in java ?
Why are pointers not secure?
What is the use of runnable interface?
Can we convert integer to string in java?
What are the types of java?
How do I enable java in safari?
What is e java?
What are the advantages of java inner classes?
What are the 6 mandatory procedures for iso 9001?
What does this () mean in java?
What is gui programming?
State differences between C and Java?
How to declare objects of a class ?
Can we force garbage collector to run ?
What is the use of inner class?