import java.applet.*;
import java.awt.*;
/*<applet code="App1.class" height=400 width=400>
</applet>*/
public class App1 extends Applet
{ String s="";
public void init()
{
s=s+"My First Applet Program";
}
public void paint(Graphics g)
{
g.drawString(s,100,100);
}
}
The most common method to Hide your IP address is to use a PROXY server. Proxy server is a computer network service that provides an indirect connections between other computer networks. By using this proxy sites we can access any website with out revealing our IP address. This is the best method to keep your IP address secure. Here is the free proxy server website link. http://www.freeproxyserver.ca/ We need to type the URL of such as (www.facebook.com) in the box given in the site, then we can browse it with out providing our IP address
Comments
Post a Comment