| Other JDBC Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is a PreparedStatement? | Infosys | 3 |
| How to handle when the database crashes while reading the
data from the database? | IBM | 1 |
| I have written a program to connect to database using
odbc.Can this Application run on any Platform???? | | 1 |
| what is CallableStatement and what is its usage? | | 1 |
| what is meant by connection pooling? | | 3 |
| how to retrieve sql exceptions | Bosch | 2 |
| What is the difference between Minus, and Intersect? | | 1 |
| Statement, PrepareStatement and Callable all these are
interfaces. Thought it is a interface how come we are
creating objects and calling methods("preparestatement()")
in it. In which class this method is defined.
Please let me know. Thanks in advance.
example:
PreparedStatement pre = con.prepareStatement(
"UPDATE COFFEES SET SALES = ? WHERE COF_NAME LIKE ?");
| | 2 |
| When you will get error like ?No suitable driver?? | | 1 |
| How to find the column count in resultset? | Wipro | 1 |
| How can you sort dates? | | 1 |
| Are there any ODBC drivers that do not work with the JDBC-
ODBC Bridge? | | 1 |
| What type of drivers are used for web application? | | 2 |
| 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?................ | TCS | 5 |
| How do you debug PL/SQL code? | | 1 |
| What type of driver called is pure Java driver? | Vertex | 3 |
| What is Statement and PreparedStatement? whatz the
difference? | | 2 |
| What are the Normalization Rules? | | 2 |
| How warnings are retrieved in JDBC? | | 1 |
| signature of init method? | | 2 |
| |
| For more JDBC Interview Questions Click Here |