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 |
Why method overriding is used?
What is getclass () getname () in java?
What is the default initialized value of a boolean type variable?
how to make hashmap object as synchronized object?
What is the size of a string in java?
Why java is used everywhere?
Difference between throw and throws?
Is delete, next, main, exit or null keyword in java?
What is java util collection?
What is sizeof () operator?
When should I use stringbuffer?
Does java initialize arrays to zero?