Deprecated methods are methods that used to be supported and safe to use, but no longer are safe to use. They can be unsafe to use for a multitude of reasons. The methods may or may not work the way you want.
Here's a link giving a better explanation: http://mindprod.com/jgloss/deprecated.html
In short: don't use them if you can avoid it