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
What are the two different types of validations that the validator framework supports?
How the flow of various requests happens in struts application?
What is the use of struts?
How the exceptions are handled in struts?
What is the difference between validation.xml and validator-rules.xml files in struts validation framework?
What is http forward?
What is Custom Type Converter in Struts2?
What are the differences between http direct and http indirect?
What is the role of a handler in mvc based applications?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
In struts.xml, what does the attribute "method" stands for in the "action" tag?
How can we upload files in Struts2 application?
What kind of mvc is struts 2?
Define struts?
What is the purpose of @doublerangefieldvalidator?