Thursday, March 12, 2009

What is a "stateless" protocol (CoreJava)

Question :What is a "stateless" protocol ? (CoreJava)
Answer :Without getting into lengthy debates, it is generally accepted that
protocols like HTTP are stateless i.e. there is no retention of state between
a transaction which is a single request response combination

No comments: