Answer Posted / saikiran
Secure Socket Layer for providing security
in servlet we seeing client makes first request making
------------
use of https insted of http and then by http is same
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
When to use doget() and when dopost()?
What are the steps that are involved in using the httpservlet class?
What exactly are the functions of servlet?
Write a servlet to upload file on server.
What are different ways for servlet authentication?
What must be implemented by all servlets?
Define the lifecycle for executing a jsp page.
Why are http servlets used in programming?
What is the inter-servlet communication?
What are the important functions of filters?
Which event is fired at the time of setting, getting or removing attribute from application scope?
Can you send an authentication error from a servlet?
What is servlet and its life cycle?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What is the difference between a generic servlet and http servlet?