- How does one use the Oracle JDBC Thin Driver?
- Where can I find a list of the latest JDBC drivers ?
- Can I connect to my database from Microsoft Access or Visual Basic via ODBC?
- How do I determine the number of columns in a ResultSet?
- What is a database URL?
- How do I create a database connection?
- What is Metadata and why should I use it?
- What is the advantage of using a PreparedStatement?
- How do I check what table types exist in a database?
- How do I extract SQL table column type information?
- How do I find all database stored procedures in a database?
- What properties should I supply to a database driver in order to connect to a database?
- Which is the preferred collection class to use for storing database result sets?
- Do I need to commit after an INSERT call in JDBC or does JDBC do it automatically in the DB?
- How can I make batch updates using JDBC?
- The java.sql package contains mostly interfaces. When and how are these interfaces implemented while connecting to database?
- How do i insert an image file (or other raw data) into a database?
- How can resultset records be restricted to certain rows?
- In distributed architecture (typical three tier consisting of thin client, middleware & database) which type of JDBC driver should be used and why?
- How do I pass a Timestamp from JDBC to a database?
- Will a call to PreparedStatement.executeQuery() always close the ResultSet from the previous executeQuery()?
- How can I get data from multiple ResultSets?
JDBC Interview Questions
JDBC Interview Questions
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment