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 / srinivas
by using currentThread() Method ,we can find which thread
is runing
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is io stream in java?
Explain java coding standards for interfaces?
What are the six ways to use this keyword?
How many bytes is double?
Why is java called java?
What is a qualifier in a sentence?
Is there a way to increase the size of an array after its declaration?
What are the properties of thread?
Explain java coding standards for variables ?
What is the major advantage of external iteration over internal iteration?
Are registers volatile?
Can a class be private?
What's a method in programming?
What are dot operator queries?
What is the difference between hashset and treeset in java?