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


Please Help Members By Posting Answers For Below Questions

What is identifier in java?

560


What happens when a thrown exception is not handled?

582


Can a final method be overloaded?

510


What is integers and example?

493


What are checked exceptions?

581






Does sprintf allocate memory?

595


What is the difference between Java1.4 and Java1.5

1830


What is argument in java?

540


Can you access the private method from outside the class?

510


What is the advantage of preparedstatement over statement?

568


Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.

612


How can you share data between two thread in Java?

526


What is thread count in java?

547


What is the difference between yield() and sleep()?

543


What is the difference between java applets and applications?

568