Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what are depricated methods ?

Answers were Sorted based on User's Feedback



what are depricated methods ?..

Answer / lavanya

methods that r not in use now though they were defined
initially . this is done in order to provide a secure and
robust language

Is This Answer Correct ?    1 Yes 0 No

what are depricated methods ?..

Answer / d. kalaivani natarajan

You can not avail deprecated methods in the furture
versions.

Is This Answer Correct ?    1 Yes 0 No

what are depricated methods ?..

Answer / vijay

methods which r not safe to use are called deprecated
methods

Is This Answer Correct ?    0 Yes 0 No

what are depricated methods ?..

Answer / kalpit

Threads suspend,resume and stop are eg of deprecated methods
and are not safe to use.

Is This Answer Correct ?    0 Yes 0 No

what are depricated methods ?..

Answer / sitaram

we can't use the deprecated method in the latest versions.
For example: Thread.stop()--> deprecated method.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is constructor and its types?

0 Answers  


What is a final class in java?

0 Answers  


How can we make sure main() is the last thread to finish in java program?

0 Answers  


What is nullpointerexception?

0 Answers  


Explain about field hiding in java?

0 Answers  


How transient variable is different from volatile variable?

0 Answers  


What is the purpose of the main method?

0 Answers  


What is connection class in java?

0 Answers  


Explain spliterator in java8?

0 Answers  


Explain what are final variable in java?

0 Answers  


abstract class Demo { public void show() { System.out.println("Hello I am In show method of Abstract class"); } } class Sample extends Demo { public void show() { super.show(); System.out.println("Hello I am In Sample "); } } public class Test { public static void main(String[] args) { //I WANT TO CALL THE METHOD OF BASE CLASS IT IS POSSIBLE OR NOT CAN WE USE SCOPE RESOLUTION OPERATOR TO CALL OR JAVA NOT SUPPORTED THAT :: OPERATORE } }

3 Answers  


What is string [] java?

0 Answers  


Categories