What is a “stateless” protocol ?



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

Post New Answer

More Core Java Interview Questions

How to invoke external process in java.

1 Answers  


What is the difference between iterator and list iterator?

1 Answers  


What is the method used to get the absolute value of a number?

2 Answers  


What are the 4 types of research methods?

1 Answers  


What are the differences between graph and tree?

1 Answers   Amazon,


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?

2 Answers  


What does  mean in regex?

1 Answers  


How do you represent a space in regex java?

1 Answers  


What are peerless components in java programming?

1 Answers  


Explain parallel processing in java8?

1 Answers  


what is function overloading in java?

1 Answers   Tavant Technologies, TCS, Virtusa,


What is the difference between a public and a non-public class?

2 Answers  


Categories