Multiple choice javascript

A variable that your webpage can store on or retrieve from the users computer is known as ?

  1. Applet

  2. Java

  3. Cookie

  4. Session

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

A cookie is a small piece of data stored on the user's computer by the web browser while browsing a website. Sessions are stored server-side, and Applets are small applications, not simple variables.