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's the access scope of protected access specifier?
How can you read an integer value from the keyword when the application is runtime in java? example?
How to check if a list is sorted in java?
How to create packages in java?
What is an immutable object?
What is method overloading and method overriding?
What is constructor chaining in java?
What must a class do to implement an interface in java programming?
What is parsing a string?
What is the main use of generics in java?
What do you mean Abstraction in java?
Is the empty set a singleton?
Which arithmetic operations can result in the throwing of an arithmeticexception?
What is integer size in java?
What is the difference between checked exception and unchecked exception?