fork(4) download
  1. import java.util.*;
  2.  
  3. class Estudos {
  4. public static void main(String[] args) {
  5. String palavra = "Java";
  6. Scanner in = new Scanner(System.in);
  7. System.out.print("Informe um inteiro: ");
  8. int indice = in.nextInt();
  9. try {
  10. System.out.println("O caractere no índice informado é " + palavra.charAt(indice));
  11. }
  12. System.out.println("Erro:" + e.getMessage());
  13. }
  14. }
  15. }
  16.  
  17. //http://pt.stackoverflow.com/q/17025/101
Success #stdin #stdout 0.06s 4386816KB
stdin
10
stdout
Informe um inteiro: Erro:String index out of range: 10