aspose file tools
The moose likes Beginning Java and the fly likes Runnable interface Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Runnable interface" Watch "Runnable interface" New topic
Author

Runnable interface

Anthony Smith
Ranch Hand

Joined: Sep 10, 2001
Posts: 285
I cannot understand this Runnable interface. I dont undertsand about using it with Threads or alone or what the purpose is even? can someone help me...
Anthony Villanueva
Ranch Hand

Joined: Mar 22, 2002
Posts: 1055
Hi Anthony . You can visit the threads section of the Sun java tutorial for more info.
Dirk Schreckmann
Sheriff

Joined: Dec 10, 2001
Posts: 7023
Also, a basic understanding of the use and purpose for a class or interface can often be found in the API documentation. Take a look at The Interface Runnable Documentation.


[How To Ask Good Questions] [JavaRanch FAQ Wiki] [JavaRanch Radio]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Runnable interface
 
Similar Threads
Runnable
Threading basics problem
JavaRanch Exclusive! temporary K&B 5 errata
is Runnable an interface or a class?
Question on Threads