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

Answers were Sorted based on User's Feedback



How to deprecate a method? Show it with proper example. Plz give the answer of this.Thanx in advan..

Answer / ravikiran

we cann't depricate a method.
Sun while introduces a new verion of release if similar
functionality method is about to introduce with less error
prone then they will depricatethe previous version's method

Is This Answer Correct ?    3 Yes 1 No

How to deprecate a method? Show it with proper example. Plz give the answer of this.Thanx in advan..

Answer / aslam

/**
* @deprecated
*
*/
public void depricatedMethod(){

}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Why convert an applet to an application?

0 Answers  


i don't want fullforms of JDK an JVM i want definitions for them

2 Answers  


When does an object becomes eligible for garbage collection in java?

0 Answers  


What is var keyword ?

0 Answers   Wipro,


What is use of inner class in java?

0 Answers  






Can we increase array size dynamically in java?

0 Answers  


Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?

0 Answers  


What is boolean logic?

0 Answers  


Can I import same package/class twice?

0 Answers  


what is platform independence in java?

5 Answers   CSC, HSBC,


How to compare two strings in java program?

0 Answers  


What is the list interface in java programming?

0 Answers  


Categories