What is 3-tier model?

Answers were Sorted based on User's Feedback



What is 3-tier model?..

Answer / guest

The main paradigm for e-commerce and enterprise solutions
is the 3-Tier model, where the first tier is the user
interface, the second is the business logic, and the third
is the database, sometimes called the persistence layer.

Is This Answer Correct ?    8 Yes 1 No

What is 3-tier model?..

Answer / ravikiran(aptech mumbai)

A 3-tier model is the client tier,business tier and the EIS tier

Is This Answer Correct ?    2 Yes 2 No

What is 3-tier model?..

Answer / jyothi

Its a special type of client/server architecture,consisting
of 3 well defined processes,which r running on diff
platforms.they r (1).user interface,(2).application server
(3).Database management systems(DBMS)

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More Core Java Interview Questions

What is the use of protected in java?

0 Answers  


What is a classloader in java?

0 Answers  


What is a protected class in java?

0 Answers  


Difference between string, string builder, and string buffer?

0 Answers  


What is meant by Java interpreter?

4 Answers  






Which programming language is most secure?

0 Answers  


what is the difference between applet and swing and gui application in java . What we do with the collections set and list interface

2 Answers   CTS, Phoenix Technologies,


write a program to create an vector with string(add,remove) operation.and value should be enter through keyboard.

0 Answers   Axcend,


What is difference between classpath and path variables in java?

0 Answers  


What is the basic concept of java?

0 Answers  


Why arraylist is not synchronized in java example?

0 Answers  


What is a substring of a string?

0 Answers  


Categories