1. Home
  2. Computing & Technology
  3. Java
photo of Paul Leahy
Paul's Java Blog

By Paul Leahy, About.com Guide to Java

Java Term of the Week: Deprecated

Saturday October 25, 2008

Deprecated is a term that is mainly used around version of APIs. When something is said to be deprecated it means programmers are discouraged from using it anymore. It could be a class, method, interface, anything that its creators have decided should no longer be used. Normally an alternative has been provided which does the same thing in a better way.

If you look at the documentation for the core API of Java SE 6 you can find a list of everything that has been deprecated. If there is one, it also outlines the alternative approach that should be used.

Comments

No comments yet. Leave a Comment

Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>

Discuss
Community Forum
Explore Java
About.com Special Features

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

Easy ways to connect two computers for networking purposes. More >

  1. Home
  2. Computing & Technology
  3. Java

©2009 About.com, a part of The New York Times Company.

All rights reserved.