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 the requirement of servlet config and servlet context implemented and how are they implemented?

0 Answers  


How to deal with multi-valued parameters in a servlet?

2 Answers  


How to get the server information in a servlet?

0 Answers  


How to prevent browser from caching the page content?

1 Answers  


when will cookie information destroy?

7 Answers  






What is webservlet?

0 Answers  


What do you mean by mime type?

0 Answers  


What is pure servlet?

0 Answers  


Can we call destroy() method inside the init() method? What happens when we do so?

9 Answers   Ericsson,


without session Id can we do any operations like add,update,edit,delete. I saw Session id is loaded for edit and delete action not for add .so am asking this

1 Answers   Syntel,


Why filter is used in servlet?

0 Answers  


What is the workflow of a servlet?

0 Answers  


Categories