Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
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.
Related Answered Questions
Related Open Questions