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

Why arraylist is not synchronized in java example?

472


What does || || mean in math?

516


Is oracle charging for java?

549


What is a final class in java?

547


What is the major drawback of internal iteration over external iteration?

589






What is package protected in java?

528


What is stringbuffer in java?

544


Can inner class extend any class?

600


How do you check whether the list is empty or not in java?

516


What are the types of strings?

570


What is main string [] args?

522


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

545


What is the difference between double and float variables in java?

638


Implement two stacks using a single array.

575


Explain hashset and its features?

584