What gives java it's "write once and run anywhere" nature?

Questions by Beena   answers by Beena

Showing Answers 1 - 8 of 8 Answers

sangeeta

  • Oct 3rd, 2005
 

This is something which can be termed as Platform-Independent. JVM compiles a java code to byte codes which is readable by JVM installed wherever.

  Was this answer useful?  Yes

Devidas Sonawane

  • Oct 26th, 2005
 

If JVM is present then it converts .java code into .class(bytecodes) hence platform independent. But not garbage collection and thread technology is platform independent.

  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