Questions on Java Database Connectivity
What is JDBC ?
What are four drivers available in JDBC?
How do you establish database connection using JDBC?
What are the different types of Statements?
What is PreparedStatement and how is different from Statement?
What is the difference between executeQuery () and execute() ?
What is the difference between executeQuery () and executeUpdate()?
How do you call a stored procedure in Java?
What are new features from JDBC2.0 onwards?
How can a cursor move in scrollable result sets?(new)
Differentiate TYPE_SCROLL_INSENSITIVE and TYPE_SCROLL_SENSITIVE?(new)
How will you differentiate the following two ways of loading a database driver?(new)
What are four drivers available in JDBC?
How do you establish database connection using JDBC?
What are the different types of Statements?
What is PreparedStatement and how is different from Statement?
What is the difference between executeQuery () and execute() ?
What is the difference between executeQuery () and executeUpdate()?
How do you call a stored procedure in Java?
What are new features from JDBC2.0 onwards?
How can a cursor move in scrollable result sets?(new)
Differentiate TYPE_SCROLL_INSENSITIVE and TYPE_SCROLL_SENSITIVE?(new)
How will you differentiate the following two ways of loading a database driver?(new)