What is 3-tier model?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
what is the difference between abstract class and Interface?where we can use it in realtime projects?
23 Answers Agile Software, Cognizant, IBM, Innodata, Logica CMG, Mitosis, Nagarro, Value Chain,
What is assembly used for?
Can we use String with switch case?
What is entry set in java?
What is string in java? String is a data type?
What is the is a and has a relation ship in oops concept in java?
What is lazy activation?
What are static variables and functions?
What happens when a main method is declared as private?
22 Answers DELL, Infosys, L&T, Sun Microsystems,
Difference between java and javascript
What is difference overloading and overriding?
What is difference between Iterator and for loop