A) TrueB) FalseExplanation: The JDBC-ODBC Bridge uses synchronized methods to serialize all of the calls that it makes to ODBC. Multi-threaded Java programs may use the Bridge, but they won't get
Latest Answer: A ...
State true or false .Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection ?
A) TrueB) FalseExplanation: You can open only one Statement object per connection when you are using the JDBC-ODBC Bridge.
Which of the following statement is true regarding the three tier model in the JDBC driver model architecture.
A) A middle tier is introduced in this model.B) Collection of SQL statements from the client and handing it over to the database.C) Maintaining control over accessing and updating of receiving results
A) In this java applications interact directly with the database.B) A JDBC driver is required to communicate with the particular database management system that is being accessed.C) This model is referred
Latest Answer: B is the correct one here. ...
Which of the following describes the correct sequence of the steps involved in making a connection with a database.1. Loading the driver2. Process the results.3. Making the connection with the database.4. Executing the SQL statements.
A) 1,2,3,4B) 1,3,4,2C) 1,4,2,3D) 4,1,2,3
A) Open DataBase connectivity
Latest Answer: Open Database Connectivity ...
A) Java Database connectivity
Latest Answer: JAVA DATABASE CONNECTIVITY ...
A) 2B) 4C) 3D) 1
Latest Answer: There are 4 drivers:JDBC-ODBC Bridge Driver(Thick Driver):this type of driver is a bridge implementation where the jdbc talks with odbc via bridge and where odbc is implemented in binarycode.Database Client should be loaded in the client machines.Native Protocol ...
A) A Type 1 driver is a JDBC-ODBC bridge driverB) This type of driver enables a client to connect to an ODBC database via Java calls and JDBCC) Both the database and middle tier need to be Java compliant.D)
Latest Answer: c is the ans ...
A) A Type 2 driver converts JDBC calls into calls for a specific database.B) This driver is referred to as a "native-API, partly Java driver."C) As with the Type 1 driver, some binary code may
Latest Answer: B & C is correct ...
View page << Previous 4 5 6 7 [8] 9 10 11 12 13 Next >>

Go Top