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 |
Is servlet a controller?
What do you mean by cgi in servlet?
what is the advantage of using Servlets over CGI programming?
What is a web application and what is it’s directory structure?
Why the container loads server at the application startup and how?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
Explain request dispatcher and its methods.
Which are the different ways you can communicate between servlets?
What is string tokenizer?
what is meant by Transaction Isolation Levels?
Explain the custom jsp tags and the beans.
Why doesn’t a servlet include main()?