What is a “stateless” protocol ?
Answer / Jay Kumar Sajnani
A stateless protocol does not maintain any session state information on the server side. Each request from the client is treated independently, and the server doesn't need to store any information about previous requests.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to invoke external process in java.
What is the difference between iterator and list iterator?
What is the method used to get the absolute value of a number?
What are the 4 types of research methods?
What are the differences between graph and tree?
Does a class inherit the constructor of its super class?if it does, how can you hide that constructor? if it doesnot how can you call it from the sub class?
What does mean in regex?
How do you represent a space in regex java?
What are peerless components in java programming?
Explain parallel processing in java8?
what is function overloading in java?
1 Answers Tavant Technologies, TCS, Virtusa,
What is the difference between a public and a non-public class?