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.

145 STRING19 }20 }Código Java 16.13: TestaPoolDeStrings.java3 Crie uma classe para testar a imutabilida<strong>de</strong> das strings.1 public class TestaImutabilida<strong>de</strong> {23 public static void main ( String [] args ) {4 String nome = " Rafael Cosentino ";56 String nomeAlterado = nome . toUpperCase ();78 // imprime Rafael Cosentino9 System . out . println ( nome );1011 // imprime RAFAEL COSENTINO12 System . out . println ( nomeAlterado );13 }14 }Código Java 16.14: TestaImutabilida<strong>de</strong>.javawww.<strong>k19</strong>.com.br 145

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

Saved successfully!

Ooh no, something went wrong!