"자바 Press enter to continue..."의 두 판 사이의 차이

(새 문서: ==개요== ;자바 Press enter to continue... <syntaxhighlight lang='java'> import java.io.IOException; public class Main { public static void main(String[] args) throws Interru...)
 
14번째 줄: 14번째 줄:


==같이 보기==
==같이 보기==
* [[Press enter to continue... ]]
* [[Press enter to continue...]]
* [[자바 Press any key to continue...]]


[[분류:Java]]
[[분류:Java]]

2021년 10월 16일 (토) 18:36 판

1 개요

자바 Press enter to continue...
import java.io.IOException;

public class Main {
    public static void main(String[] args) throws InterruptedException, IOException {
        System.out.println("Press enter to continue...");
        System.in.read();
    }
}

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}