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

Less than one page, how many windows will you be able to maintain?

0 Answers   Atos Origin,


what is the difference between response.write() and response.output.write()?

0 Answers  


hi all, can we sort the data set without using the gridview sort method

1 Answers   CGI,


How do you register a .NET assembly?

3 Answers   Microsoft,


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

0 Answers   Netsweeper,






What are server side controls?

0 Answers  


How can we provide the WebParts control functionality to a server control?

0 Answers   MindCracker,


Explain the difference between debug.write and trace.write? When should each be used?

0 Answers  


What is web application virtual directory ?

2 Answers   Satyam,


Types of objects in ASP?

8 Answers   Beget, Microsoft,


What is three major points in WCF?

9 Answers   Syntel,


What is a pixel url?

0 Answers  


Categories