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 |
Is JDBC a language or Application?
Is jdbc object oriented?
Why do we need jdbc api?
What is resultset in jdbc with example?
What is resultsetmetadata?
What is the reason why we need a jdbcrowset like the wrapper around resultset?
What is JDBC DataSource and what are it’s benefits?
Explain about the Try Block?
How do I find ojdbc jar version?
What is jdbc connection interface?
How do we load the drivers?
What is the different between ResultSet and RowSet?