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
How we can generate random numbers in java?
Which software is used for java programming?
How to instantiate member inner class?
How do you use equal in java?
Can a final variable be null?
How to sort array of 0 and 1 in java?
What is the difference between compiler and jvm?
Explain about wait() method?
What are the common uses of "this" keyword in java ?
What is the core java?
What is the purpose of the enableevents() method?
Difference between class#getinstance() and new operator ?
What do you understand by overloading and overriding in java?
Are constructors methods?
What are the drawbacks of reflection?