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 is the role of aspx file ?

2 Answers   Netsweeper,


what is new debug tools in asp.net ?

1 Answers  


I am using a range validator and want to use dd mm yyyy format for accepting dates. I get a fairly generic "can't do that" type exception when I use this format for setting the minValue or maxValue properties for the range validator. How can I force it to accept my format?

1 Answers   FutureTech,


accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.

1 Answers  


Define caching.

0 Answers  






What is IPostBack? How to use it?

0 Answers   MCN Solutions,


What is a session government?

0 Answers  


how many session modes are available?some brief explnation

1 Answers  


What is the difference between a Stored procedure and function?

9 Answers  


how can i call output parameters from ado.net

3 Answers   TCS,


which directive is mandatory in page control

3 Answers   AG Technologies,


How to use class library reference in asp.net project? Can you give me the example with source Class library haves classes like Database, insert, update, delete, reflection how can i use the database class connection in insert class to insert the record in to the Main Project in asp.net.

1 Answers  


Categories