what is the replacement method of stop() of thread
Answer Posted / swamireddy
SUSPEND()
because one thread apply suspend()
function.this particular thread is automatically
killed.upto when the particular thread is apply the resume
() function.the thread is running.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is polymorphism in java? What are the kinds of polymorphism?
How many characters is 2 bytes?
Discuss different types of errors that generally occur while programming.
What is get () in java?
What does localhost mean?
Does unicode support all languages?
Difference between a process and a program?
What access modifiers can be used for methods?
What is void class in java?
Can java list be null?
Is null false in java?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
how to one war file class to another war file class?
Explain the overview of UDP messaging.
Difference between notify() method and notifyall() method in java?