Java Console

Java Console is a class used for interacting with the console in a Java application. It provides methods for reading input and writing output to the console, such as Java readLine() and Java format(). Java Console is part of the Java standard library and is often used for simple command-line applications or for debugging purposes. Introduced in Java 2004 with Java 5, the Console class allows for more structured input/output handling in console-based applications.

https://docs.oracle.com/javase/8/docs/api/java/io/Console.html