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
Explain the difference between plain-validator and field-validator in struts?
Explain the core end goal while using java struts?
What is the default location of result pages and how can we change it?
What are construction struts?
What’s the utilization of resource bundle properties file in struts validation structure?
Why was reload removed from struts (since 1.1)?
Can we have more than one struts-config.xml file for a single struts application?
What is struts actionmapping?
Does Struts2 action and interceptors are thread safe?
Provide some important Struts2 constants that you have used?
What does modeldriven interceptor?
What is the purpose of form-be tag in struct-config.xml?
How to convert struts to spring mvc?
What is the role of action class?
What do struts do?