Answer Posted / praveen
Secure Sockets Layer (SSL) is a socket protocol that encrypts data sent over the network and provides authentication for the socket endpoints.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to rectify errors in java servlet while compilation?
What are different Authentication options available in Servlets.
Why servlet is mostly used?
How httpservlet is different from the genericservlet?
Explain servlet life cycle?
What are the key methods that are involved in processing of http servlets?
What is the use of attribute in servlets?
Why session tracking is needed?
Why is httpservlet declared abstract?
request parameter how to find whether a parameter exists in the request object?
How can a servlet be used to generate plain text instead of html?
What are the steps that are involved in using the httpservlet class?
What are the benefits of using servlet over cgi?
What is the use of httpservletrequestwrapper?
What exactly is a servlet?