ciao ragazzi ma è possibile che x leggere una stringa da tastiera
devo inizialmente inserire:
InputStreamReader input = new InputStreamReader (System.in);
BufferedReader tastiera = new BufferedReader (input);//istruzioni x l'inserimento da tastiera
String testo = new String();
try {
testo = tastiera.readLine();
}
catch...
15 non cè un modo più veloce?
e poi anche il try...un mambrone
ciao :maLOL: