Now, I'm going to explain a program which will send a gentle HTTP request to the web server and displays the response headers and response body. This program will shows how a web browser fetches the i...
Posts from May 2010
4 result(s) found
Java
Java
To continue to my HTTP protocol posts, here is a sample program which acts as a web server. Very basic program to print the headers when client sends a request and responding the bytes if the requeste...
Java
Hi guys.. As I told you in my previous image resize post, here is the latest program for creating the thumbnails of different sized with out any image distortion and lack of quality. Keep that in mind...
Java
Hi - Have you worked with Java file system objects? It has very good features like accessing files and sorting them in ascending order and descending order. In Java 1.5, Sun Microsystem has introduced...