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 string in java is it a data type?
What does ide stand for?
What are identifiers in java?
How can you share data between two thread in Java?
how to prepare for IT Officers Interview in Banks
What is casting in java programming?
Explain creating threads by extending thread class ?
Why to use nested classes in java?
What are sets in java?
How would you dynamically allocate memory to an array?
what is difference betweem home interface and remote interface?
What is advantage of java?
Can a method inside a interface be declared as final?
What are the different conditional statements?
Can we define private and protected modifiers for the members in interfaces?