What is a statement?



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

Post New Answer

More JDBC Interview Questions

What is xe in oracle jdbc url?

1 Answers  


Why isn't the java.sql.DriverManager class being found?

1 Answers  


Can we return resultset in java?

0 Answers  


Why do we use jdbc statements?

1 Answers  


Why “no suitable driver” error occurs?

1 Answers  


How can we execute stored procedures using callablestatement?

1 Answers  


List the advantages of using datasource?

1 Answers  


What are the components of jdbc?

1 Answers  


What is the difference between jdbc and odbc?

1 Answers  


What happens if connection is not closed in jdbc?

1 Answers  


What are the steps to connect to a database in java?

1 Answers  


What are the differences between stored procedure and functions?

1 Answers  


Categories