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 life cycle of a request in struct2 application?
What is struts-default package and what are it’s benefits?
List the important attribute and elements of action mapping under struts.
What does i18n interceptor?
Which file is used by controller to get mapping information for request routing?
What kind of mvc is struts 2?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
What is the purpose of @emailvalidator?
When should be opt for struts framework?
Why is it called struts?
What is the use of lookupdispatchaction?
What is difference between interceptors and filters?
Describe the mvc on struts?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
What is the purpose of @results annotation?