|
Thread Example in java
|
|
12-01-2009, 07:03 AM
(This post was last modified: 12-01-2009 07:28 AM by Back_track.)
Post: #1
|
|||
|
|||
|
Thread Example in java
sourcecode is attached at the bottom javac Main.java to compile and java Main to run
This is the main class Code: public class Main{This is the thread class Code: public class MyThread extends Thread{ //extending the thread class |
|||
|
« Next Oldest | Next Newest »
|






