0 votes
in JAVA by
What are the types of statements supported by JDBC in Java?

1 Answer

0 votes
by

Three types of statements are supported by JDBC

• Statement

• CallableStatement

• PreparedStatement

Related questions

0 votes
asked Feb 9, 2021 in JAVA by SakshiSharma
0 votes
asked May 5, 2021 in JAVA by SakshiSharma
...