Answer Posted / ankush sharma
we have three types of threads
1.User Define Thread(main Thread always execute first and
start another thread)
2. Daemon thread (garbage Collection low priority thread)
3. GUI Thread( make as new create in main methods )
| Is This Answer Correct ? | 25 Yes | 38 No |
Post New Answer View All Answers
Why does it take so much time to access an applet having swing components the first time?
How to make a write-only class in java?
What languages are pass by reference?
What is flush buffer?
What is the use of arrays tostring () in java?
Does sprintf add a null terminator?
why not override thread to make a runnable? : Java thread
What is the main use of generics in java?
How do you create a first line indent?
Explain about interrupt() method of thread class ?
What is data movement?
whatis Home interface and Remoteinterface? with example?
Explain how can you debug the Java code?
Why does my function print none?
Do you know why doesn't the java library use a randomized version of quicksort?