What are depricated methods in java or what is meant by depricated methods.

Questions by gothlururaaja

Showing Answers 1 - 1 of 1 Answers

Sreejith

  • Dec 6th, 2005
 

deprecated methods in java are nothing other than methods which are no more used by the current version of the development kit.  Anyways, they will have the functionality to provide the same features as with the earlier versions of the development kit.  Whenever a java program on compilation throws an error or warning stating that the program uses a deprecated method, the program needs to be compiled with javac -d" option.  The compiler would show you the method which the current version does not support.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions