Multiple choice technology programming languages

Choose the false statement among these?

  1. Servlets are server side components

  2. Applets have GUI interface

  3. Servlets have GUI interface

  4. Applets are client side components

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

The false statement is C - Servlets do NOT have GUI interfaces. Servlets are server-side components that generate dynamic content but run without any GUI. In contrast, applets are client-side components that DO have GUI interfaces.