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 |
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
What are different ways for authentication of servlet?
i have 500 jsp in my application ,with same forward name,it lokks for appropritae jsp from 1 to 500,but i want to send response to 498 page,what should i do
How native code can be used in a servlet?
What is the difference between callling a RequestDispatcher using ServletRequest and ServletContext?
Elucidate servlet attributes and its scope?
List out the difference between ServletConfig and ServletContext?
Why servlet is mostly used?
How can the session in servlet can be destroyed?
What is http servlet in java?
what are the disadvantages of cookies?
How do you create connections for number of users, if you want to improve performance?