Guest User

Untitled

a guest
Oct 18th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. /**
  2. * @param args
  3. */
  4. public static void main(String[] args) {
  5. // TODO Auto-generated method stub
  6.  
  7.  
  8.  
  9.  
  10. HilosVarios hilo1 = new HilosVarios();
  11.  
  12. HilosVarios2 hilo2 = new HilosVarios2(hilo1);
  13. hilo1.start();
  14. hilo2.start();
  15. System.out.println("Terminadas las tareas");
  16. }
Add Comment
Please, Sign In to add comment