January 2002
Intermediate to advanced
264 pages
8h 3m
English
java.lang.Runnable
This interface is identical to the Runnable
interface in J2SE. It consists of only one method,
run(), which is often used in conjunction with
threads.
public interfaceRunnable{ // methods public voidrun(); }
Read now
Unlock full access