what is stateless ?

Answers were Sorted based on User's Feedback



what is stateless ?..

Answer / stas

Stateless is the feature of software entity (for instance
class instance, application) to not remember previous
accesses and these calls results.
So web apps are not mandatory stateless: session,
viewstate, etc. if they are used are state of web request.

Is This Answer Correct ?    9 Yes 5 No

what is stateless ?..

Answer / senthil

web applications are stateless.

Is This Answer Correct ?    9 Yes 6 No

Post New Answer

More ASP.NET Interview Questions

What does mean by a neutral culture?

0 Answers   MindCracker,


what do you mean software devlopment ?

9 Answers   HCL,


What are the Types of object in asp

0 Answers   BirlaSoft,


Can one dll file contains the compiled code of more than one .net language?

0 Answers  


Explain why it is useful to use mvc instead of webforms? : asp.net mvc

0 Answers  






What is asp.net and its advantages?

0 Answers  


Where web.config file is used?

0 Answers   HCL,


What is odata in web api?

0 Answers  


How to disable validator control by client side JavaScript?

0 Answers  


WHAT ARE DEFFERENCE BETWEEN DATALIST AND DATAGRID

1 Answers   Seion Infotech,


What is Difference between Callbacks and Postback in ASP.NET?

11 Answers  


How can you handle unmanaged code exceptions in asp.net?

0 Answers  


Categories