| Author |
HTTP connectionless/connection based
|
Vaithiya Sundaram
Ranch Hand
Joined: Apr 22, 2004
Posts: 98
|
|
This may be a basic and repeated question. But still it is not clear to me as it is mentioned in different way in different places. Atleast i want to know from the exam point of view, whether HTTP is connectionless or connection based? Thanks Vaithiya
|
Vaithiyanathan Sundaram<br />SCJP, SCBCD, SCEA part1
|
 |
Bharat Bhosale
Greenhorn
Joined: Feb 03, 2005
Posts: 12
|
|
hope this helps! http://www.coderanch.com/t/153102/java-Architect-SCEA/certification/HTTP-Connection-less-or-Connection cheers, Bharat
Even Impossible saya I-M-Possible
|
 |
Steven Wong
Ranch Hand
Joined: Mar 07, 2002
Posts: 295
|
|
Hi, HTTP/HTTPS is connection-based.
|
best regards,<br />Steven<br />SCJP, SCEA
|
 |
Maneshi tuli
Greenhorn
Joined: Dec 07, 2004
Posts: 18
|
|
HTTP is a connection based .It tries to maintain previos connection it allows the client to reuse the same TCP connection (persistent connections) again and again when talking to the same server. regds Maneshi Tuli SCJP/SCWCD/SCBCD/SCEA-1
|
Thanks<br />Maneshi Tuli <br />SCJP/SCWCD/SCBCD/SCEA-1
|
 |
 |
|
|
subject: HTTP connectionless/connection based
|
|
|