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
Can you declare the main method as final?
How many bits is a string in java?
What is jagged array in java?
Why is the main method static?
What are features of java?
What is finalize()? Is finalize() similar to a destructor?
Why main() method is public, static and void in java ?
What are the different tags provided in jstl?
What is arrays sort in java?
Can a list be null in java?
What are checked exceptions?
What is a classloader in java?
Explain about strings in java?
Is java ee a framework?
What is the difference between the paint() and repaint() methods in java programming?