Login
Remember
Register
Ask a Question
What are the types of statements supported by JDBC in Java?
0
votes
asked
Feb 9, 2021
in
JAVA
by
SakshiSharma
What are the types of statements supported by JDBC in Java?
#jdbc-statement
jdbc
java
java-statement
Java-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 9, 2021
by
SakshiSharma
Three
types of statements
are supported by
JDBC
• Statement
• CallableStatement
• PreparedStatement
...