An assortment of command line scripts written for the Java compiler and interpreter.
HostToIP.java: Outputs the corresponding IP address of a provided host name.
SimpleDateClient.java: A timestamp client, implemented in tandem with SimpleDateServer.java. Not intended for production environments.
SimpleDateServer.java: A timestamp server, implemented in tandem with SimpleDateClient.java. Not intended for production environments.
SystemProxySettings.java: Reports hostname and port identification for a specified proxy system.
URLConnectionDate.java: Reports the date that an HTTP URL-based connection was established.
WebPageDownloader.java: Reads and downloads a specified web page.