Write a Java Program to establish a TCP connection with a web server & send

s s

New member
HTTP GET command to get html code? Write a Java Program to establish a TCP connection with a web server and send HTTP GET command to get the html code of a web page.
Following tasks should be done by your program

Establish a TCP connection with a web server

Send GET command with required fields

Display the response coming from the web server
 
Back
Top