what are depricated methods ?
Answers were Sorted based on User's Feedback
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 |
Answer / d. kalaivani natarajan
You can not avail deprecated methods in the furture
versions.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vijay
methods which r not safe to use are called deprecated
methods
| Is This Answer Correct ? | 0 Yes | 0 No |
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 is instance synchronization?
What is tree node in java?
Give me some null interfaces in java?
What is supplier in java?
How do you pass by reference?
What is the use of arraylist class in java?
How to sort double array in java?
Java is based on pass by reference or pass by value ..
What are the properties of thread?
Can extern variables be initialized?
Why are the destructors for base class and derived class called in reverse order when the program exits
What is reverse function?