Informática, perguntado por roneynog, 8 meses atrás

Qual linha de código mostra a maneira correta de lançar uma exceção? a)throws new Exception("Array index is out of bounds"); b)new throw Exception("Array index is out of bounds"); c)throw new Exception("Array index is out of bounds"); d)throw Exception("Array index is out of bounds");

Soluções para a tarefa

Respondido por oliveirapedroo
0

Resposta:

c)throw new Exception("Array index is out of bounds");

Explicação:

Perguntas interessantes