aspose file tools
The moose likes Beginning Java and the fly likes Thread class Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Thread class" Watch "Thread class" New topic
Author

Thread class

ashok ks
Ranch Hand

Joined: Oct 31, 2003
Posts: 55
How can i access the thread classes * static methods * protected static methods * private methods * protected synchronized methods * protected methods * public synchronized methods from the other java class
Ernest Friedman-Hill
author and iconoclast
Marshal

Joined: Jul 08, 2003
Posts: 24057
    
  13

Moving to Beginner's forum.


[Jess in Action][AskingGoodQuestions]
Ernest Friedman-Hill
author and iconoclast
Marshal

Joined: Jul 08, 2003
Posts: 24057
    
  13

The answers are no different for Thread than for any other class; are you asking for definitions of 'static', 'private', etc?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Thread class
 
Similar Threads
Static and Non static Synchronized methods
sql helper class
Synchronized
Synchronizing Static Methods
Thread Synchronization