Multiple choice technology programming languages

What's the difference between an Applet and an application ?

  1. An application is only available on Windows

  2. Applets can paint words, applications cannot.

  3. Applets are run over the web.

  4. None of the above.

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

Applets are small programs executed within a web browser, typically delivered over the web, whereas standalone applications run directly on the operating system. The other statements mischaracterize platform or capabilities, making them incorrect.