-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
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.
-
Java Interview Questions
Ans