Tag Java Console Class

Console in Java

Console in Java is a class in java.io package that provides access to the system console associated with JVM. Console class was introduced in Java 1.6 version. It is mainly used for reading data from the console and writing data…