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
Explain the importance of throwable class and its methods?
What does math floor () do?
Why doesn't the java library use a randomized version of quicksort?
Write a factorial program using recursion in java?
What is flag in java?
Explain notify() method of object class ?
Is list ordered in java?
Which oo concept is achieved by using overloading and overriding?
Explain the features of java?
Explain the difference between an object-oriented programming language and object-based programming language?
Is java pass by value or pass by reference?
What are the basic interfaces of java collections framework?
What is a function in java?
What is main string [] args?
What is the purpose of lambda expressions?