Preguntas con la etiqueta [readline]
Lista
readline preguntas
¿Por qué aparece el "tipo de excepción no controlada IOException"?
6
respuestas
47
votos
226.0k
vistas
Tengo el siguiente código simple: import java.io.*; class IO { public static void main(String[] args) { BufferedReader stdIn = new BufferedReader(new InputStreamReader(System.in)); String userInput; while ((userInput = stdIn.readLine()) != null)