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 a function in programming?
What is difference between hashset and hashmap in java?
What do you mean by Function Overloading in java?
How can a gui component handle its own events in java programming?
Why are parameters used in functions?
Write a program to find the whether a number is an Armstrong number or not?
Can a class be private or protected in java?
What is super constructor?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
Define how destructors are defined in java?
Variables used in a switch statement can be used with which datatypes?
How can you write a loop indefinitely in java programming?
How many times finalize method will be invoked? Who invokes finalize() method in java?
what r advatages of websphere? & how to deploy?
What is the difference between call by reference and call by pointer?