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
Explain the private field modifier?
Explain with example the concept of constant variable in java.
What is the tradeoff between using an unordered array versus an ordered array?
How do you sing an Applet ?
How do you generate random numbers in java?
How strings are created in java?
What is the default value of local and global variables?
What do you mean by constant time complexity?
what is the purpose of using rmisecuritymanager in rmi?
Can we define static methods inside interface?
How many times finalize method will be invoked? Who invokes finalize() method in java?
How to check if a list is sorted in java?
How do you get length in java?
Is boolean a wrapper class in java?
What are facelets templates?