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
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
What are parameters in a method?
How many types of interfaces are there?
Can we nested try statements in java?
What do you mean by mnemonics?
Is there a sort function in java?
Are primitives objects?
How many bits is size_t?
How does singleton class work?
Are arrays dynamic in java?
What is a protected void?
Can a final method be overloaded?
Explain java coding standards for classes or java coding conventions for classes?
Who developed java?
How does regex work?