Answer Posted / 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 |
Post New Answer View All Answers
What is servlet looping or chaining?
What is dispatcher servlet?
What are the features added in Servlet 2.5?
What is the use of attribute in servlets?
What is the difference between encodeRedirectUrl and encodeURL?
What are the differences between servlet context vs servlet config?
Which is better jsp or servlet?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
What do you mean by deployment descriptor?
Difference between GET and POST?
How will two or three servlets interact or communicate with each other?
What is the difference between jsp and servlet life cycle?
What is servlet name in web xml?
Write a servlet to upload file on server.
Which method of the httpservletrequest object is used?