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

What is pure servlet?

0 Answers  


What is difference between GenericServlet and HttpServlet?

0 Answers  


What are the types of Session Tracking ?

0 Answers  


Life Cycle of servlets?

4 Answers   3i Infotech,


What is meant by Servlet? What are the parameters of service method?

0 Answers  






can u give some realtime example in ploymorphism? and inheritance?

11 Answers   SolutionNET,


What is the servletconfig object?

0 Answers  


Why are http servlets used in programming?

0 Answers  


Which protocol will be used by browser and servlet to communicate

0 Answers  


What are the advantages of cookies?

0 Answers  


How to handle the debug errors in servlets?

2 Answers  


When servlet object is created?

0 Answers  


Categories