what is SSL?

Answers were Sorted based on User's Feedback



what is SSL?..

Answer / kodanda rami reddy

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

what is SSL?..

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

what is SSL?..

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

Post New Answer

More Servlets Interview Questions

How an Image can be loaded in a Servlet ?

1 Answers  


How the servlet is loaded?

0 Answers  


How to handle exceptions thrown by application with another servlet?

0 Answers  


Can we override destroy method in servlet?

0 Answers  


What are the difference between session and cookies in servlet? Explain

0 Answers  






What are its drawbacks of cgi?

0 Answers  


Differentiate between the print writer and servlet output stream?

0 Answers  


What do you mean by web applications? Explain web application directory arrangement?

0 Answers  


What is a servlet context?

0 Answers  


Difference between httpservlet and generic servlets?

0 Answers  


What is the servlet?

0 Answers  


What is the capacity that doGet method can send to the server?

5 Answers  


Categories