| Other JDBC Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| I have getting problem to calling stored procedure from
Mysql through JSP. Please help me. | | 1 |
| Diff bet.. Function and Trigger? | Logica-CMG | 3 |
| What type of driver called is pure Java driver? | Vertex | 3 |
| What is the exception thrown by JDBC ? | | 6 |
| what is call level interface? | | 1 |
| Diff. types of triggers.. | Logica-CMG | 4 |
| How is database middleware used to access legacy databases? | | 1 |
| write down exceptions those appear in java programs when u
write JDBC Programs? | | 2 |
| How to get the data from a table into a buffer? | | 2 |
| What are the different types of statements? | | 2 |
| is that compulsory to have Primarykey-forignkey for joints
(outer inner,equal) | IonIdea | 2 |
| How to get a whole row of data at once? | | 1 |
| What are the Normalization Rules? | | 2 |
| Is there any limitation for no of statments executed with
in batchupdate? | HSBC | 2 |
| How is jndi useful for Database connection? | | 1 |
| What is execute(), executeUpdate() and executeQuery()
methods? | | 3 |
| 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 |
| Which Driver is preferable for using JDBC API in Applets? | | 1 |
| what is callable statement? | Infogain | 5 |
| what does the method Class.forName returns? | Siemens | 4 |
| |
| For more JDBC Interview Questions Click Here |