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 / akj504
but if I want check/findout within my program itself
How do I do that ?
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
What do u mean by variable?
Difference between == and .equals() ?
Does java trim remove newline?
Differentiate between stringbuffer and stringbuilder in java.
What is java lang object?
What is the reflection?
What is the function of character?
Is there any difference between nested classes and inner classes?
How do you override a variable in java?
Which keyword specify that a variable is effectively final ?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
What is re-factoring in software?
What is string english?
What steps are taken when the OS shifts from one-thread execution to another?
Is object a data type?