What is JDBC?
Difference between Type-2 and Type-3 driver
How can you make the connection?
What is a transaction ?
How to get the resultset of stroedProcedure ?
How can you create JDBC statements?
What is the difference between JDBC 1.0 and JDBC 2.0 ?
What is the purpose of setAutoCommit( ) ?
How can store images in a data base?
How can you retrieve data from the ResultSet ?
What are the two major components of JDBC ?
What are the three statements in JDBC & differences between them ?
Why do we use prepared statement when already statement is present ?
What are the different types of Statements?
What is JDBC Driver interface ?
What is stored procedure. How do you create stored procedure ?
How can you use PreparedStatement ?
What are the common tasks of JDBC ?
What are batch updates ?
How to call a Stored Procedure from JDBC ?
What packages are used by JDBC ?
What is the difference between Resultset and Rowset ?
How to Retrieve Warnings ?
What are the flow statements of JDBC ?
What are the steps for connecting to the database using JDBC ?
How to Make Updates to Updatable Result Sets ?
What are the steps involved in establishing a connection ?
What is Connection Pooling ?
"select * from user" .what are the steps to take for execution of query in JDBC ?
How can you load the drivers ?
How do you implement Connection Pooling ?
What Class.forName will do while loading drivers ?
What Class.forName( ) method will do ?
|