aspose file tools
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes run method Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "run method" Watch "run method" New topic
Author

run method

rex tony
Ranch Hand

Joined: Aug 29, 2007
Posts: 159
hi,
In thread class, Runnable Interface, What is the purpose of run method?
Vassili Vladimir
Ranch Hand

Joined: Mar 08, 2007
Posts: 1585
Hi,

In that method, you place the logic that you want to be run in a separate thread!

Best of luck ...


Vassili ...
SCJP 5.0, SCWCD 1.4, SCJA 1.0
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: run method
 
Similar Threads
Thread
how to run a normal java program without main method
How to i invoke a method every 24 hours
Servlet Project Plan
Why start() method