Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Javaで入力を取得するさまざまな方法は何ですか?
私は2つの方法を使用しました:
BufferedReaderと
BufferedReader
Scanner
入力を取得する他の方法はありますか?
もしそうなら、それらの違いは何ですか?
Console クラスもあります。
http://docs.oracle.com/javase/6/docs/api/java/io/Console.html
その使用例:
http://www.javapractices.com/topic/TopicAction.do?Id=79