deprecated : Java Glossary

*0-9ABCDEFGHIJKLMNOPQRSTUVWXYZ (all)

deprecated
Deprecated literally means disapproved of, but a more accurate translation would be retired. Deprecated means this method is still usable, but you should not use it. It will gradually be phased out. There is a new method to do the same thing. Deprecated methods are marked with a special Javadoc comment:
/**
 *@deprecated Please now use newMethod()
 *@see newMethod()
 */
To make the compiler warn you of the details of which methods you used that were deprecated use the javac.exe -deprecation switch. Then look in the Javadoc for the deprecated methods to find out the recommended replacements. Sometimes you just have to rename. Sometimes the replacements work quite differently.

This page is posted
on the web at:

http://mindprod.com/jgloss/deprecated.html

Optional Replicator mirror
of mindprod.com
on local hard disk J:

J:\mindprod\jgloss\deprecated.html
Canadian Mind Products
Please the feedback from other visitors, or your own feedback about the site.
Contact Roedy. Please feel free to link to this page without explicit permission.

IP:[65.110.21.43]
Your face IP:[3.238.57.9]
You are visitor number