[size=medium]1. 必须重写run方法。2. 当不需要加强Thread类的时候最好采用实现Runnable的方式来实现线程。3. 若共享资源在Runnable的子类中,最好采用实现Runnable的方法来实现资源共享。[/size]