JAVA JDBC Programming Question: Download JDBC PDF

What are the different types of Statements in JDBC?

Tweet Share WhatsApp

Answer:

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

Download JDBC PDF Read All 19 JDBC Questions
Previous QuestionNext Question
How can you retrieve data from the ResultSet using JDBC? How can you use PreparedStatement in JDBC?