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 purpose of applet programming?
which pattern is default in scanner package?
How java uses the string and stringbuffer classes?
How is final different from finally and finalize?
What is gc()?
What do you mean by access modifier?
Write a program to check string is palindrome without using loop?
State the merge-sort principle and its time complexity.
What is data object example?
What is the purpose of default constructor?
What is a stack class in java ?
From the two, which would be easier to write: synchronization code for ten threads or two threads?
What is meant by JVM? Is JVM platform independent or not?
Can java arraylist hold different types?
What state does a thread enter when it terminates its processing in java programming?