반응형
<SPAN id=tx_marker_caret></SPAN><SPAN id=tx_marker_caret></SPAN>import java.io.*; class ReadLineEx { public static void main(String[] args) { String text; InputStreamReader ir = new InputStreamReader(System.in); BufferedReader br = new BufferedReader(ir); try { System.out.print("input text : " ); text = br.readLine(); System.out.println("output: " + text); } catch ( IOException e ) { System.err.println(e); } } }
반응형
'java' 카테고리의 다른 글
spring poi excel download (0) | 2020.10.22 |
---|---|
JAVA File to byte [] (0) | 2013.01.11 |
[RCP] "org.eclipse.ui.ide.workbench" could not be found in the registry (0) | 2012.01.26 |
java File Delete (0) | 2011.03.03 |
java 영어->한글 번역..? (0) | 2008.06.08 |