JAVA JDBC Programming Question:
Download Questions PDF

What are the different types of Statements in JDBC?

Answer:

1.Statement (use createStatement method)
2. Prepared Statement (Use prepareStatement method) and
3. Callable Statement (Use prepareCall)

Download JDBC Interview Questions And Answers PDF

Previous QuestionNext Question
How can you retrieve data from the ResultSet using JDBC? How can you use PreparedStatement in JDBC?