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

how to increase performance of web site? if there is a page with high load. the content is high then what should we do to increase performance?

3 Answers   Emphasis, Mphasis, TCS,


What is cyclomatic complexity and why is it important?

1 Answers  


After capturing the SelectIndexChanged event for a ListBox Control, you find that the event handler doesn?t execute. What could be the problem be? a) The AutoEventWireup attribute is set to False b) The AutomaticPostBack attribute is set to False c) The codebehind module is not properly compiled d) The ListBox must be defined WithEvents.

2 Answers   Syntax Softtech,


In the context of a comparison, what is object identity versus object equivalence?

1 Answers  


Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?

3 Answers   HCL, Wipro,






witch is the best insistute in sharpoint course.what abt future of share point course.

2 Answers  


Explain how asp.net page works?

0 Answers  


Where would you use an iHTTPModule, and what are the limitations of any approach you might take in implementing one

1 Answers  


What is the compiled object?

0 Answers   eXensys,


What are Authentication mechanisms in .Net?

6 Answers   Accenture,


difference between Trace and Debug ?

9 Answers   Accenture, Addlux, Microsoft,


How many classes can a single .NET DLL contain?

14 Answers   Siebel Systems,


Categories