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 |
What is jdbc vs odbc?
What are the advantages of using jdbc datasource?
signature of init method?
Why is jdbc needed?
What are the different types of modifiers?
What should be done for auto generating primary key id in a table ?
What is statement and preparedstatement in java?
Where is mysql jdbc driver located?
What is jdbc odbc bridge in java?
What is the JDBC?
Can we use the one instance of Statment to execute more than one query ?
Where is ojdbc14 jar located?