JDBC Interview Questions
Questions Answers Views Company eMail

How can I get or redirect the log used by DriverManager and JDBC drivers?

509

How do I set properties for a JDBC driver and where are the properties stored?

486

What is the JDBC syntax for using a literal or variable in a standard Statement?

556

Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?

556

DB2 Universal claims to support JDBC 2.0, But I can only get JDBC 1.0 functionality. What can I do?

580

Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?

566

Can I use JDBC to execute non-standard features that my DBMS provides?

548

What is a JDBC 2.0 DataSource?

555

Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?

513

What does the connection object represents?

551

How to move the cursor in scrollable resultset ?

567

How to update a resultset programmatically?

585

What causes the "No suitable driver" error?

530

Why isn't the java.sql.DriverManager class being found?

560

How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?

584


Post New JDBC Questions

Un-Answered Questions { JDBC }

How to test jdbc connection to sql server?

493


What is JDBC Batch Processing and what are it’s benefits?

507


What does the jdbc resultsetmetadata interface?

541


Briefly tell about the jdbc architecture.

549


How data can be inserted into long row column of database?

1699






What is the function of drivermanager class?

545


code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)

3881


What is the difference between client and server database cursors?

592


What do you understand by jdbc statements?

509


Compare jdbc and odbc and how is jdbc required in this context.

518


What is the use of the statement in jdbc?

485


Is jdbc faster than hibernate?

567


List some new features available in jdbc 4.0?

475


Which jdbc drivers will run your program?

505


Define preparedstatement.

528