Mobile app and web development and training.
Thread t = new Thread( new Runnable(){ public void run(){ System.out.println(" do some work"); } }); t.start();
No comments:
Post a Comment