Answer Posted / 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 View All Answers
How can you know about drivers and database information ?
What does executeupdate return in jdbc?
What is the role of the jdbc drivermanager class?
What is ojdbc?
What is difference between statement and preparedstatement in jdbc?
Which jdbc drivers will run your program?
Explain how to make updates to the updatable resultsets.
What is JDBC Statement?
Why jdbc is used in java?
Write an sql to find all records having all upper case alphanumeric characters in a field ?
Name the types of jdbc drivers.
Which type of driver provides jdbc access via one or more odbc drivers?
What is JDBC Batch Processing and what are it’s benefits?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
Explain creation of statement object with connection method create method with help of an example.