Note: If looking for an online Java compiler with multi-class support, consider Codiva.
Script | Purpose |
---|---|
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. |
SocketToPort.java | Establishes a socket connection via ports on client and server devices. |
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. |