This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Architect Certification (SCEA/OCMJEA) and the fly likes Sun Sample Question on SSL Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Certification » Architect Certification (SCEA/OCMJEA)
Reply Bookmark "Sun Sample Question on SSL" Watch "Sun Sample Question on SSL" New topic
Author

Sun Sample Question on SSL

Ajit Kumar
Ranch Hand

Joined: Jan 27, 2001
Posts: 81
The answers to the question
two features of HTTPS
are given as
- It is secure
- It is connection-based.
is the second option correct?
any comments
thanks
ruilin yang
Ranch Hand

Joined: Feb 25, 2001
Posts: 334
HTTP is connectionless.
I think it is not secure, too.
HTTPS is secure.
Ruilin
SCJD, SCJD
[This message has been edited by ruilin yang (edited August 16, 2001).]
Humberto Bello
Greenhorn

Joined: Aug 16, 2001
Posts: 2
HTTPS work over SSL Sockets, SSL layer it's over TCP/Sockets which is connection oriented, so HTTPS is an application layer protocol based on a connection oriented transport layer protocol.


Hum.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Sun Sample Question on SSL
 
Similar Threads
i need JSP code
Query on wrapper constants
Need help on calling javascript without any handler from JSP..
question on hascode()
Connection con;