Answer Posted / rajashree
The Thin application client provides a lightweight,
downloadable Java application run time capable of
interacting with enterprise beans.
The Thin application client is designed to support those
users who want a lightweight Java client application
programming environment, without the overhead of the J2EE
platform on the client machine. The programming model for
this client is heavily influenced by the CORBA programming
model, but supports access to enterprise beans.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is java util list?
What is the use of flag?
How the interruptible method gets implemented?
What is the difference between length and length() method in java?
Explain how to convert any java object into byte array.
What is token in java?
What is Applet Stub Interface ?
What are the different approaches to implement a function to generate a random number?
How do you stop a thread in java?
How to stop a thread in java? Explain about sleep () method in a thread?
Can a final variable be manipulated in java?
Does java map allow duplicates?
What is use of a abstract variable?
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?
What is the purpose of format function?