Answer Posted / rajan
A web client is sometimes called a thin client. Thin
clients usually do not query databases, execute complex
business rules, or connect to legacy applications. When you
use a thin client, such heavyweight operations are off-
loaded to enterprise beans executing on the J2EE server,
where they can leverage the security, speed, services, and
reliability of J2EE server-side technologies.
| Is This Answer Correct ? | 29 Yes | 2 No |
Post New Answer View All Answers
What is the use of singleton?
What is the differences between heap and stack memory in java? Explain
Explain about collection interface in java?
How does list work in java?
What is the nested interface?
Is java hashset ordered?
Write a program in java to create a doubly linked list containing n nodes.
What is array length in java?
What is a stack class in java ?
What do you mean by global variable?
What is a parameter example?
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
Which are different kinds of source code?
What is better- service oriented or batch oriented solutions?
What does math floor () do?