Answer Posted / vishal
There are Mainly two types of threads
1:Daemon Thread
2:Current Thread
Daemon Thread:
Thread that works in background to give support for its
relative environment.
Current Thread:
Thread that is executing on any object.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Why are constructors used?
What is the purpose of java?
Name the components that are termed to be Heavy-weight component but available in Light-weight components?
What is locale in java?
What is passing value java?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
Does set allows null in java?
How to convert string to byte array and vice versa?
Explain the difference between hashmap and hashtable in java?
Can we call the run() method instead of start()?
what is object slice?
Where are variables stored?
Are global variables initialized to zero?
How to read and write image from a file ?
How thread scheduler schedule the task?