Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

console

  • submit to reddit

Console applications with Java 6

In Java 6 a better way of interacting with the command prompt was introduced, the java.io.Console class. Together with the utility class java.util.Scanner introduced in Java 5 this new API can be used to develop more advanced Java console applications.

3 replies - 11530 views - 05/06/08 by Daniel Pietraru in News