What does stateless mean?
Answer / Pawan Kumar Paswan
Stateless means that the server does not save session information between requests. Each request from any client contains all the information needed to service the request, and the server has no memory of previous request or sessions.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to implement getcommon method in class a? Are you seeing any problem in the implementation?
What is the difference between odbc and ado?
What operating systems does the .net framework run on?
Where does the dispose method lie and how can it be used to clean up resources?
What does cil do?
Is atl redundant in the .net world?
diff between forms authentication and windows authentication?
Is .net is a language?
What is a .DLL and .EXE files called in .NET?
Explain something about WebService?
What are the different parts of an Assembly in .Net?
Explain re-clarification of object based in .net?