I have tried to create a java.net.URL / java.net.Socket to
www.yahoo.com on default port 80
But it always throws
java.net.UnknownHostException: Host Not Found xxx
Im behind a Firewall, is it a problem???
Cuz long back i hv used the same methods in ordinary modem connection
& i beleive it worked very well...
Is there any alternate way to connect the sites using java.net
package while im inside a Firewall...