What is a Proxy Server?
Answer / sagar
Where a high level of security of required, a proxy Web
server may be used to provide a gateway between a local
area network and the Internet. The local network is
protected by firewall software installed on the proxy
server. This software enables the proxy server to keep the
two worlds separate. All outward HTTP requests from the
local network pass through the proxy server and similarly
all information retrieved comes back in via the proxy
server and is then passed back to the client. Using the
options or preferences, Web browsers can be configured to
point to the proxy server. Proxy servers will normally
maintain a cache of retrieved documents.
| Is This Answer Correct ? | 8 Yes | 0 No |
can u give some realtime example in ploymorphism? and inheritance?
How can you push data from an Applet to a Servlet?
Why is servlet used?
What are common tasks performed by Servlet Container?
What is the difference between context parameter and context attribute?
What is string tokenizer?
What is getservletcontext?
Is Servlet Class Thread safe?????? How to make servlet Thread safe ???
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
How to work with Chinese login page (internationalization).if he enters user name and password in chinese, how is it converted to English and validate in db? And in reverse it should display welcome message in Chinese,if user is valid
Which is the methods of generated servlet?
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()?