Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is a thin-client application?

Answers were Sorted based on User's Feedback



What is a thin-client application?..

Answer / 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

What is a thin-client application?..

Answer / nancy

A thin client application is the one where in the business
logic is not included in the client code. The client code
only contains the presentation logic.

Is This Answer Correct ?    23 Yes 3 No

What is a thin-client application?..

Answer / 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

What is a thin-client application?..

Answer / anup

http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/topic/com.ibm.websphere.express.doc/info/exp/ae/ccli_thinclient.html.

Is This Answer Correct ?    4 Yes 1 No

What is a thin-client application?..

Answer / sanjay

The Answer #4 and Answer#3 are in context of Websphere J2EE
server. From the link it seems that the Thin application
client is a IBM product. Please note capital T in Thin
application client.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Core Java Interview Questions

What are the two environment variables that must be set in order to run any java programs?

0 Answers  


What will be the default values of all the elements of an array defined as an instance variable?

0 Answers  


Can Anybody tell the diff b/w jdk1.6 and latest version.

2 Answers  


What is a boolean structure?

0 Answers  


what is bytecode? watz the difference between machine code and bytecode?

9 Answers   Oracle,


Given: 11. public static void main(String[] args) { 12. Integer i = uew Integer(1) + new Integer(2); 13. switch(i) { 14. case 3: System.out.println(”three”); break; 15. default: System.out.println(”other”); break; 16. } 17. } ‘What is the result? 1 three 2 other 3 An exception is thrown at runtime. 4 Compilation fails because of an error on line 12.

9 Answers  


how to crate clint-server socket?

1 Answers   Accenture, Infosys, Infotech, TCS,


What is the purpose of premetive data types in java?

2 Answers   Merrill Lynch, TCS,


What is better- service oriented or batch oriented solutions?

0 Answers   Amdocs,


take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).

0 Answers  


Is empty .java file name a valid source file name?

0 Answers  


How much ram can a 64 bit processor theoretically?

0 Answers  


Categories