posted 18 years ago
Something like what the others have said. Deprecated means, that over the evolution of a new version of Java, the developers of the new version of Java have rolled out a new version of an existing function which either:
1. Offers more features
(And/or)
2. Is safer than the previous version.
However, in new versions of Java, support is still present for the deprecated functions. They are backward compatible. But do discourage you from using them, Sun has forced you to use the -deprecation tag each time you compile programs with deprecated API.
Hope this helps.
SCJP, SCWCD, SCBCD, IBM XML, IBM OOAD, SCEA 5, ITAC - Distinguished IT Architect.