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

What is java soft framework?

0 Answers  


What is the difference between triggers and procedures?

1 Answers  


What will happen when ResultSet is not closed?

1 Answers   CTS,


Why prepared statements are faster?

0 Answers  


Why did my jdbc code throw a rollback sqlexception?

0 Answers  






What does jdbc do?

0 Answers  


How can you know about drivers and database information ?

0 Answers  


Without using of Class.forName(? ?), how do you connect to db?

3 Answers   IBM,


How to set NULL values in JDBC PreparedStatement?

0 Answers  


What does jdbc stand for?

0 Answers  


What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?

0 Answers  


Explain the various types of locking system in jdbc?

0 Answers  


Categories