how to make the IP address to .com
Answer / win_arihant
The most common method to hide your IP address is to use a proxy server in one form or another. A proxy server is a computer that offers a computer network service to allow clients to make indirect network connections to other network services. A client connects to the proxy server and then requests a connection, file, or other resource available on a different server. The proxy provides the resource either by connecting to the specified server or by serving it from a cache. In some cases, the proxy may alter the client's request or the server's response for various purposes.
There are several implementations of proxy servers that you can use to hide your IP address (in an attempt to remain anonymous on the internet):
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you explain in detail 'javax.servlet' package?
What is the procedure for initializing a servlet?
How to invoke a Servlet?
What is connection pooling?
What is the difference between Get and Post Method?
My Question is that i am using <image> tag in my servlet and after compilation after that calling by url in my browser then images are not showing. Sometime images are showing and sometime is not showing. I am using Tomcat to run my servlets. Tell me if there any specification for image in servlets or what is solution for this ??
Why filter is used in servlet?
What exactly is a servlet?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
What are the new features added to servlet 2.5?
Explain jsessionid?
What is the purpose of requestdispatcher interface?