User-submitted Projects

21
2570 reads
Subclassing the Thread Class
The below example demonstrates how to use threads in java.
Run It Now!
27
2339 reads
Implementing the Runnable Interface
The below example demonstrates how to use threads with java applets. The below program implements a graphical applet with threads where the string "Hello" floats diagonally.
Run It Now!