What is the differnce between 2-tier architecture and 3-
tier architecture in java?
Answer Posted / sunil kumar- vizag
2-tier applications access database services or transaction
services directly from the client. here the application
logic resides on the client, making clients large and complex.
3-tier client-server applications employs an intermediary or
middle tier, application server which operates between
client applications and the back end databases.
There are two fundamental motivations for using a three-tier
architecture over a two-tier
model:
* Improved scalability, availability, and performance
* Improved flexibility and extensibility of business systems
| Is This Answer Correct ? | 30 Yes | 1 No |
Post New Answer View All Answers
Why use struts framework in java?
Describe validate() and reset() methods.
What is the role of action class in struts?
What is the default location of result pages and how can we change it?
What is the use of resourcebundle.properties file in Struts Validation framework?
Name some useful annotations introduced in Struts2?
Explain about struts?
Is Struts Framework part of J2EE?
What is use of i18n interceptor?
Is struts 1 still supported?
What is the significance of logic tags in Struts?
What is actioninvocation in struts2?
Why are struts tightly coupled?
Can we handle exceptions in Struts programmatically?
What is the difference between Jakarta Struts and Apache Struts? Which one is better to use?