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


Please Help Members By Posting Answers For Below Questions

How many types of threads are there in java?

506


What is a local block?

643


Does apple use java?

501


Can a abstract class be declared final?

573


What are encapsulation, inheritance and polymorphism?

535






Can we write multiple catch blocks under single try block?

579


What is thread safe in java?

555


What is the purpose of using break in each case of switch statement?

571


What is jdbc api?

544


Why does java doesnt suuport unsigned values?

1805


Can we cast any other type to boolean type with type casting?

545


What is lambda in java?

524


Why Java doesn’t support multiple inheritance?

642


What is the use of parse function in java?

521


Write a factorial program using recursion in java?

518