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 charat ()?
what is meant by package in java?
What are the 4 types of research methods?
Can we add default constructor to Servlet?
Explain the differences between abstraction and encapsulation?
What are thread local variables?
How to stop a thread in java? Explain about sleep () method in a thread?
What is a class instance variable?
What is singleton class example?
What is the difference between pass by reference and pass by pointer?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
what is platform independence in java?