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 |
how many ways to create Thread and which one is good? runnable interface ot Thread class?
Realized?
What is the use of math abs in java?
What is the nested interface?
What are implicit objects in java?
What is overriding in java?
What is JVM and is it platform independent?
How does arraylist work in java?
Name four container classes.
How to sort array in descending order in java?
Give me some null interfaces in java?
using equals method overriding which objects are compared?i.e same class objects or other class objects?Explain me.