Explain the various types of locking system in jdbc?
Why jdbc is used in java?
Explain the difference between inner and outer join ?
Which type of driver provides jdbc access via one or more odbc drivers?
Why do we use jdbc?
Write an sql to find all records having all numeric characters in a field ?
what does the method Class.forName returns?
What are the benefits of PreparedStatement over Statement?
What are clob and blob data types in jdbc?
Is jdbc faster than odbc?
What is the use of prepared statement?Ans:used to execute pre compiled statement...so the question is when that precompiled statement will be execute or comiple?................
What are the methods which can verify the cursor particular position?
Explain how to make updates to the updatable resultsets.