Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Pamela Baker   on Jun 16 In Java Category.

  
Question Answered By: Ryan Evans   on Jun 16


Inside your class you are making some sort of call that is classified as
deprecated  command. I prime example of a deprecated command is the
Thread.stop() (and a host of other Thread messages).

Deprecation is a function or class that is going to be removed from Java
at some point in the future. Deprecation happens when it is discovered
after the fact that the concept behind an idea (like Thread.stop) isn't
the best idea in the world and a new idea that works in a different way
takes over.

A decent IDE should be able to warn you about deprecated commands, and
show you where they are

Share: 

 

This Question has 3 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on alej.java uses or overrides a deprecated API Or get search suggestion and latest updates.


Tagged: