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.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Are global variables initialized to zero?
What is java abstraction with example?
What does sprintf return?
How many characters is 16 bytes?
Explain java coding standards for variables ?
Wha is the output from system.out.println(“hello”+null); ?
What is arrays fill in java?
What is boolean strategy?
What is a container in a gui?
Give an example of use of pointers in java class.
Difference between doublesummarystatistics, intsummarystatistics and longsummarystatistics ?
How the interruptible method gets implemented?
What is the importance of hashcode() and equals() methods?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
What is the difference between public, private, protected, and friend access?