Archive for December, 2007

Dec 21 2007

Using the New java.io.Console Class

Published by Tony under Java

The 1.6 release of the JDK included a new java.io.Console class, which adds some new features to enhance and simplify command-line applications. Notably, Console includes a method specifically for reading passwords that disables console echo and returns a char array; both important for security.
Continue Reading »

11 responses so far