Hi,
Here's my question. I have a sample file listed bellow:
10 11 12 13 14 14 13 12 11 10
10 11 12 13 12 11 10
10 11 12 10 11 12
Note that these data are in a file. Each line in the file will contain a set of integers separated by spaces. how can I write a program that reads the name of a file from the command line, determine whether the first half of the numbers are sorted in ascending order and...
User Profile
Collapse
-
java web server log file
Hi,
I was wondering if anyone can show me a simple log file recorder for a simple java web server.
The log file should simply show the ip address of the client (which is reported from the client's browser) and the page that the client requested, date and time of the request. By calling this log file from your browser, the webserver should simply show these data in either html format or txt format.
Thanks
No activity results to display
Show More