Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Write a Java program that will act as a very simple web browser by using Java Socket class.
Write a Java program that will act as a very simple web browser by using Java Socket class. Your program should request a URL from the user, then open a socket on port 80 to that URL, write correct HTTP headers for the request, and display the response.
importimportimportimport java.io.BufferedReader;java.io.InputStreamReader;java.io.PrintStream;java.net.Computer_socket; public class tComputer_socketClient{public static void main( String...