|
JDBC Interview - July 31, 2008, 17:35 pm by Amit Satpute
Answer - Failure to load the appropriate JDBC driver before
giving a call to .....
Answer - NO. The JDBC-ODBC Bridge uses synchronized methods to
serialize all of the calls....
Answer - DBMS uses the logical pointers as identifiers to
locate and manipulate the data......
Answer - In optimistic concurrency control, locks are granted
without performing conflict checks......
Answer - In this approach, each transaction is assigned a
timestamp. One can make sure that they.....
Answer - The URLs need to be converted to strings as there is
no single universal protocol to treat the URLs.....
Answer - Connections, Statements and ResultSets generate
SQLWarnings through getWarnings method......
Answer - For the results to be updatable, the Statement object
used to create the result sets.....
Answer - Upload all raw data-types (like binary documents) to
the database as an array of.....
Answer - There are two kinds of locking available in JDBC.....
Answer - Constant indicating that the type for a ResultSet
object is scrollable....
Answer - Connected: A connected RowSet Object is permanent in
nature. It doesn’t terminate.....
Answer - Create a result set containing all data from.....
Answer - A Non-repeatable read is where one transaction cannot
read the second time.....
Answer - If you execute a query at time T1 and re-execute it at
time T2, additional rows may have.....
Answer - Businesses can continue to use their installed
databases and access.....
Answer - When you have loaded a driver, it is available for
making a connection with a DBMS......
Answer - Type 1......
Answer - The values are defined in the class
java.sql.Connection and are: ......
|