What is 2-tier and 3-tier architecture?



What is 2-tier and 3-tier architecture?..

Answer / mukundvishy

Two tier is Client Server architecture. For example using
Oracle database and Oracle Forms/VB.

3 tier is introducing one more tier. For example, a web
server (IIS, Apache, Tomcat etc.), an EJB Application server
(Weblogic, websphere etc.) and a database (oracle, sql
server etc.)

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More JDBC Interview Questions

Is not bound in this context unable to find jdbc spring boot?

0 Answers  


Give an example for getXXX method?

0 Answers  


How does JDBC differ from ODBC?

7 Answers  


What is ojdbc14 jar?

0 Answers  


Which package contains jdbc api?

0 Answers  






What are pros and cons of using of Type-2 and Type-4 Drivers over Type-1 driver?

4 Answers   IBM,


How can I determine where a given table is referenced via foreign keys?

0 Answers  


How do I set properties for a JDBC driver and where are the properties stored?

0 Answers  


Where can I find ojdbc14 jar file?

0 Answers  


RowSetInternal caller and returns void. What can I do in the readData method?

0 Answers  


What is the difference between triggers and procedures?

1 Answers  


Name the method, which is used to prepare a callablestatement.

0 Answers  


Categories