The Runnable Interface
Solves the problem that we might not be able to subclass Thread because we want to subclass something else, like Applet
public class myApplet extends Applet implements runnable {}
Previous slide
Next slide
Back to first slide
View graphic version