If a multi threaded Java program has started numerous number
of threads, at any point in time how to know which thread is
currently executing/running ?
Answer Posted / chellammal
Using Java Debugger "jdb" one gets information about
which thread currently executing threads
| Is This Answer Correct ? | 3 Yes | 14 No |
Post New Answer View All Answers
When would you use a static class?
If you are given the name of the function at run time how will you invoke the function?
Which variables are stored in heap?
What is lifetime variable?
How do you pass by reference?
What is the difference between sop and work instruction?
How we create object in copy constructor?
What is nullpointerexception in java?
why Interface used?
What is a loop java?
What type of variable is error flag?
Why are generics used?
What is double word?
What do you know about the garbage collector in java?
What is extension method in java?