What do u mean by platform independence?

This question is related to Oracle Interview

Showing Answers 1 - 3 of 3 Answers

Sanjana Shetty

  • Feb 7th, 2007
 

Java is platform independant at both the source and the binary level. Platform independance is the programs capability of moving from 1 computer system to another. Java binary files called bite codes are also platform independant and can run on multiple platforms without the need to recomplie the source. Bite-codes are a set of instructions that look like m/c code, but are not specific to any processor. Because of them complation happens just once, interpretation happens each time the program is executed. Java bite-code makes write once run anywhere possible.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions