What is a thin-client application?
Reveal answer
Fill a bubble to check yourself
What is a thin-client application?
A browser that uses a plug-in to process user data.
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
An application that cannot be stopped by firewall
An application compiled with the thin option of the javac command
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.