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 is thread safe java?
What is the symbol for average?
Using callable statement how can you pass out parameters, explain with example?
Is array primitive data type in java?
What is java util?
Is 0 true or is 1 true?
What is oop principle in java?
What are the 2 types of java programs?
What is jit compiler in java?
What is an class?
What is integer valueof?
How many bits is a char?
What is a variable declaration?
How do you escape in java?
How many bits is size_t?