What is the differnce between 2-tier architecture and 3-
tier architecture in java?

Answer Posted / kartheeswari

2-tier respresents client and server, in which server does
the storage of data as well as the transaction. So the
burden is more to the server ans the response may slow.

3-tier represents client, middle tier and server, where
server does the storage, middle tier does the transaction.
So burden for the server is less and the response may
faster than 2-tier

Is This Answer Correct ?    33 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the important methods of actionform?

579


What do you mean by dynaactionform?

540


Describe the mvc on struts?

541


Can explain about the validations and in your project where did u used the validations?

6383


What is the purpose of @customvalidator annotation?

566






What is the purpose of @before?

543


What does apache struts do?

494


What is the purpose of @result?

573


How many instances of servlet usually run in a struts application ?

531


How many struts config file in a struts application?

516


What is the front controller in struts2?

490


What is dispatchaction?

624


Where should struts xml be placed?

496


How we can configured action mapping in struts?

571


What is the purpose of redirect result type?

565