• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

HTTP connectionless/connection based

 
Ranch Hand
Posts: 98
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hope this helps!

https://coderanch.com/t/153102/java-Architect-SCEA/certification/HTTP-Connection-less-or-Connection

cheers,
Bharat

Even Impossible saya I-M-Possible

 
Ranch Hand
Posts: 295
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

HTTP/HTTPS is connection-based.
 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
It's hard to fight evil. The little things, like a nice sandwich, really helps. Right tiny ad?
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic