Answer Posted / lokesh reddy
According to java
1.Hungry Threads/Greedy Threads
2.Orphan Threads/Parent-less Threads
3.Sleeping Threads
4.Daemon Threads
5.Synchronized Threads
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can two objects have same hashcode?
how can you catch multiple exceptions in java?
what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread
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
Explain the difference between jvm and jre?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
When do you call copy constructor?
What is the independent variable in an experiment?
Explain about interthread communication and how it takes place in java?
What is a dynamic array in java?
What is bitwise complement?
What is the symbol for line break?
When is the finalize() called?
What is the use of bufferedreader?
What are the major drawbacks of external iteration?