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

please tell me the name and url path for type-4 driver ?

1 Answers  


Explain about DSN?

0 Answers   Infosys,


How can we store and retrieve images from the database?

0 Answers  


What are the components of jdbc?

0 Answers  


Which Java and java.sql data types map to my specific database types?

0 Answers  






Is jdbc faster than odbc?

0 Answers  


What is jdbc oracle thin?

0 Answers  


what is connection pooling?

6 Answers   Wipro,


What is the use of setFetchSize() and setMaxRows() methods in Statement?

0 Answers  


Does jpa use jdbc?

0 Answers  


How can you load the drivers in jdbc?

1 Answers  


How to find number of records in result set?

2 Answers  


Categories