Hi,
I need to write a rudimentary browser that will implement http, ftp and pop3.
For implementing HTTP, I know how to connect to the server using the Socket Class, but I dont know how to get the HTML and display it. Where do I start?
A little detailed explanation would be appreciated as I am still a novice in Java.
Thanks in advance,
Regards,
Venkatesh Kanchan.
I need to write a rudimentary browser that will implement http, ftp and pop3.
For implementing HTTP, I know how to connect to the server using the Socket Class, but I dont know how to get the HTML and display it. Where do I start?
A little detailed explanation would be appreciated as I am still a novice in Java.
Thanks in advance,
Regards,
Venkatesh Kanchan.