Home »
MCQs »
ASP.Net MCQs
Which of the following statement is correct about cookies in ASP.NET?
92. Which of the following statement is correct about cookies in ASP.NET?
- Cookies are code snippets to read data from a web server.
- Cookies are code snippets to download data from a web server.
- Cookies are small pieces of data stored on the webserver
- Cookies are small pieces of data created by a web application while a user is browsing a website.
Answer: D) Cookies are small pieces of data created by a web application while a user is browsing a website.
Explanation:
Cookies are small pieces of data created by a web application while a user is browsing a website.