what is SSL?
Answers were Sorted based on User's Feedback
short for secure socket layer. a protocol developed by
netscape for transmitting private document via the internet
ssl uses a cryptography system that uses two key words
1.public , 2.private .
ssl connection starts with https:// instead of http://
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / 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 |
Answer / 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 |
How can you use a servlet to generate a plain text instead of html?
What is servlet api used for conneting database?
What is the difference between servlet and jsp?
How native code can be used in a servlet?
request parameter how to find whether a parameter exists in the request object?
How is an application exception handling is done using a servlet?
What is the difference between JspWriter and PrintWriter
How do you configure a centralized error handler in servlets?
What is the inter-servlet communication?
What's the architecture of a servlet package?
What is dispatcher servlet?
What do you mean by servlet context?