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
What happens when I use / and % with a negative numerator?
How to make a class or a bean serializable?
What is the use of :: in java?
What does sprintf return?
What does sizeof return?
What does jenkins do?
Is .net better than java?
What is a local block?
Explain exception chaining in java?
Is Java a dying language?
Explain the usage of this with constructors?
What is the final keyword denotes?
How to write custom exception in java?
What is serial version uid and its importance in java?
What is void class in java?