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

Statement, PrepareStatement and Callable all these are interfaces. Thought it is a interface how come we are creating objects and calling methods("preparestatement()") in it. In which class this method is defined. Please let me know. Thanks in advance. example: PreparedStatement pre = con.prepareStatement( "UPDATE COFFEES SET SALES = ? WHERE COF_NAME LIKE ?");

2 Answers  


How can we set null value in jdbc preparedstatement?

0 Answers  


how we can remove hard code in java?

1 Answers   Satyam,


I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?

0 Answers  


What is JDBC Savepoint? How to use it?

0 Answers  






What are types of resultset?

0 Answers  


How to handle when the database crashes while reading the data from the database?

2 Answers   IBM,


Which is better odbc or jdbc?

0 Answers  


How to check null value in JDBC?

1 Answers   CTS,


Which jdbc driver type s is are the jdbc odbc bridge?

0 Answers  


How to check jdbc connection in java?

0 Answers  


What is new in JDBC 2.0?

0 Answers  


Categories