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
Differences between external iteration and internal iteration?
Can we write a class without main method in java?
What is the difference between super class & sub class?
What is keyset in java?
Is null an object in java?
What are the 6 functions?
What is the new line character?
Do I need java on my computer?
Is java a digit method?
What are access specifiers available in java?
What are inbuilt functions?
What is java life cycle?
How many bytes are there?
How do you check whether the list is empty or not in java?
Can abstract class have private constructor?