This example show how to create threads using two ways,
        
 The Runnable interface is more robust, however must implement a method run(). as show in the picture shown below.  | 
	
        ![]()  | 
	
| 
        Once implemented, the error from eclipse compiler disappears. 
          | 
	
| 
		 
  | 
	
![]()  |