12.07.2015 Views

k19-k11-orientacao-a.. - Departamento de Sistemas e Computação

k19-k11-orientacao-a.. - Departamento de Sistemas e Computação

k19-k11-orientacao-a.. - Departamento de Sistemas e Computação

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

THREADS 1721 class TarefaImprimeOi implements Runnable {2 public void run () {3 for ( int i = 0; i < 100; i ++) {4 System . out . println ("OI");5 }6 }7 }Código Java C.1: TarefaImprimeOi.java1 class TarefaSomaAte100 implements Runnable {2 public void run () {3 int soma = 0;4 for ( int i = 1; i

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!