Answer Posted / 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 View All Answers
Explain reverse a linked list iterative solution in java?
How do you create a null object?
What is garbage collection? What is the process that is responsible for doing that in java?
What is difference between fileinputstream and filereader in java?
What is the basic difference between string and stringbuffer object?
What is the impact of declaring a method as final?
What is the generic function?
Can we override data members in java?
What is implicit object in java?
What is meant by memory leak?
What is jar?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
what is comparable and comparator interface?
What is difference between local variable and global variable?
What is a method vs function?