Multiple choice technology programming languages

What is a thin-client application?

  1. A browser that uses a plug-in to process user data.

  2. A distributed application where the client program does not process data, but instead passes data for processing to an enterprise bean running on an application server

  3. An application that cannot be stopped by firewall

  4. An application compiled with the thin option of the javac command

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

A thin-client application is characterized by minimal processing on the client side. The client primarily handles the user interface and passes data to server-side components (like enterprise beans) for actual business logic and data processing. This reduces client-side resource requirements.