what is the replacement method of stop() of thread
Answer Posted / mahesh
their is no replacement for stop(),
but their is a alternative approach is their by using
semaphore boolean conditions.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain about the security aspect of java?
Which sorting is used in arrays sort in java?
what is the messsage u r going to get from an objectoriented programing?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
Difference between process and thread?
What is the base class of all exception classes in java?
What is passing by reference in java?
Distinguish between a predicate and a function?
What is the file type?
What happens when main () method is declared as private?
Why java is considered as platform independent?
describe method overloading
What is boolean query?
what is thread in Java ?
Can a final variable be manipulated in java?