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
What is the full name of java?
Why is the type for real numbers called double?
what is interface in java? Explain
Are true and false keywords?
Is empty list java?
Difference between object instantiation and construction ?
What is the difference between throw and throws keywords?
What is the benefit of inner classes in java?
What is io stream in java?
When do we need to use internal iteration? When do we need to use external iteration?
What is a static class in java?
Can a class extend 2 classes in java?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
Explain when noclassdeffounderror will be raised ?
Difference between linkedlist and arraylist.