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 private protected in java?
Explain about anonymous inner classes in java?
Why does java have two ways to create child threads?
Write a program in java to establish a connection between client and server?
What is module with example?
What are the advantages of java?
Can a class be declared as static?
What is the indent key?
What is string and example?
Can each java object keep track of all the threads that want to exclusively access it?
What is object class in java?
What are access specifiers in java ?
What about instanceof operator in java?
What is volatile keyword in java
What is pre increment and post increment in java?