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 are the different types of resultset?
Explain the sequence of steps to connect to the database?
How can I manage special characters when I execute an insert query?
explain about special characters?
Is jdbc a middleware?
What is jdbc stand for?
What are the Isolation level in JDBC transaction?
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
How to get the data from a table into a buffer?
How can we maintain the integrity of a database by using jdbc?
Is oracle client required for jdbc connection?
How to find that, a row is updated or not?