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 intern method in java?
1.what is the exact difference between applet and frame? 2.Do we use main method in frames?
"We cannot create an object of interface but we can create a variable of it". Discuss the statement with the help of an example. (Plz help us to provide immediately.)
How to display arraylist values in java?
Explain about join() method?
What is the java virtual machine?
How does static modifier work?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
What Is Query Throttling in java?
Explain the role played by Java Virtual Machine in Java Programming?
What is keyword and identifier?
Is java call by reference?