Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?

1236


Can we override final method?

1068


what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread

1043


Can a static member function access member variable of an object?

1055


Can a abstract class be declared final?

1046


What is the impact of declaring a method as final?

1072


Is array size fixed in java?

1028


What is a list in java?

993


23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an tag?. code,height & width. 26. What does 'CODEBASE' in an applet tag specify?. Files absolute path.

2506


What are different types of states exist for a thread?

1052


For class CFoo { }; what default methods will the compiler generate for you>?

1116


Why java is considered dynamic?

1220


What is the purpose of a default constructor?

1159


What is the difference between comparison done by equals method and == operator?

1063


Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.

2887