Why Java is not 100 % pure OOPS


Answered by Hari on 2005-05-09 03:02:11: There are so many examples behind this reason. 
a. Code written using AWT and compiled on windows machine will not run on Unix, since Windows is a graphics rendered environment and unix is not, so will have to provide some XManger to render the Graphics. 
b. depends on endians, if this is not supported by OS then the class file will not run.

Showing Answers 1 - 1 of 1 Answers

Hari

  • May 9th, 2005
 

There are so many examples behind this reason. 
a. Code written using AWT and compiled on windows machine will not run on Unix, since Windows is a graphics rendered environment and unix is not, so will have to provide some XManger to render the Graphics. 
b. depends on endians, if this is not supported by OS then the class file will not run.

  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