Yap, if I'm not mistaken, deprecated methods can be defined as old methods that have been substituted with other methods. For example:
Component.show(); is now declared Component.setVisible(true);
I don't really know, but if I'm not mistaken, it depends on the version of JDK, if u use the older one, u may not find the errors while compiling the program with deprecated methods.




Reply With Quote