Uses of Class
java.io.Console
Package
Description
Provides for system input and output through data streams, serialization and the file system.
Provides classes that are fundamental to the design of the Java programming language.
Modifier and Type
Method
Description
Writes a formatted string to this console's output stream using the specified format string and arguments.
A convenience method to write a formatted string to this console's output stream using the specified format string and arguments.
Modifier and Type
Method
Description
Returns the unique
Console object associated with the current Java virtual machine, if any.