www.littletutorials.com

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...

2 replies - 4358 views - 05/06/08 by danielstoner in News

Network interface details with Java 6

Many times it is useful to be able to get programmatically information about the network interfaces present on a host. Java standard library include a number...

0 replies - 2820 views - 05/05/08 by danielstoner in News

Getting File System Details in Java

Due to a number of differences between various platforms it is very difficult to present system specific information in a consistent manner. When getting...

2 replies - 3806 views - 05/04/08 by danielstoner in Tips and Tricks

Displaying a Splash Image With Java 6

Introduced in Java 6 is the option of displaying a splash screen when an application starts. The splash image file can be specified on the command line with...

4 replies - 2150 views - 05/01/08 by danielstoner in News