How to deprecate a method?
Show it with proper example.
Plz give the answer of this.Thanx in advance.
mail me: tanzeem.akhtar@gmail.com

Answer Posted / aslam

/**
* @deprecated
*
*/
public void depricatedMethod(){

}

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which package has light weight components?

556


What is bytecode verifier?

495


How the metacharacters are different from the ordinary characters?

562


Why java is made?

561


What is assembly used for?

495






Is java 1.7 the same as java 7?

528


What is the ==?

461


What are the main differences between notify and notifyAll in Java?

578


What are the important features of Java 8 release?

570


What is a double?

589


What is sizeof () operator?

566


Why do we need autoboxing in java?

513


why Interface used?

533


what is instanceof operator used in java?

587


What happens when you add a double value to a string?

538