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 is functional interface in java?
What does main method?
Can we have more than one package statement in the source file?
What is string builder in java?
Java is Pass by Value or Pass by Reference?
What are the uses of java?
explain the concept of virtual method invocation in polymorphism in detail?
What’s meant by anonymous class?
What is thread life cycle?
Which variables are stored in stack?
How does the garbage collector works in java?
What is remote method invocation (rmi)?
List the three steps for creating an object for a class?
What are voids?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?