Skip to main content
Stack Overflow
  1. About
  2. For Teams

Return to Revisions

2 of 2
Commonmark migration

On Java 6, you can use the Console class for that. Specifically, the readLine method. From the API:

public String readLine(String fmt, Object... args)

 Provides a formatted prompt, then reads a single line of text from the console. 
PaoloVictor
  • 1.3k
  • 8
  • 18

AltStyle によって変換されたページ (->オリジナル) /