Multiple choice technology programming languages

What are Cookies

  1. information sent by web server

  2. information sent by servlet

  3. information sent by browser

  4. information sent by jsp

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Cookies are small pieces of information sent by the web server to the browser, which are then stored and sent back with subsequent requests. They're used for session management, tracking, and remembering user preferences. The server initiates cookie creation.