what is stateless ?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you use c# without .net?

529


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.

1428


Can user control be stored in library?

513


How do cookies work? Give an example of their abuse.

533


What are the uses of list view control in Asp.net?

604






What kind of data we can store in viewstate?

562


How is my content secured from unauthorized access?

509


What are the different types of validation controls provided in ASP.NET?

655


How asp.net mvc differs from asp.net web forms? : asp.net mvc

532


In asp.net, how can you validate drop down box?

578


What is preprocessor in .net? Where it use?

519


what are the events raised in asp.net page life cycle?in which stage view state can be loaded?

542


What is state management in asp.net with example?

448


Explain the difference between asp.net mvc and asp.net webforms

552


Is sql backend or frontend?

549