What is a statement?
Answer / Amarjeet Singh Arya
In JDBC, a statement is an object that represents an SQL command. It can be used to execute SQL queries and statements.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is xe in oracle jdbc url?
Why isn't the java.sql.DriverManager class being found?
Can we return resultset in java?
Why do we use jdbc statements?
Why “no suitable driver” error occurs?
How can we execute stored procedures using callablestatement?
List the advantages of using datasource?
What are the components of jdbc?
What is the difference between jdbc and odbc?
What happens if connection is not closed in jdbc?
What are the steps to connect to a database in java?
What are the differences between stored procedure and functions?