What is execute(), executeUpdate() and executeQuery()
methods?
Answer Posted / sreenivaslu
booleanExecute() method is execute both select and non
select queris are executed
| Is This Answer Correct ? | 7 Yes | 7 No |
Post New Answer View All Answers
What is the difference between setmaxrows(int) and setfetchsize(int)?
What do you understand by jdbc statements?
Why prepared statements are faster?
How do I check in my code whether a maximum limit of database connections have been reached?
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)
Is jdbc a framework?
What are the advantages of collection pools?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
When do we get java.sql.SQLException: No suitable driver found?
What is the query used to display all tables names in SQL Server (Query analyzer)?
What is difference between java.util.Date and java.sql.Date?
Why jdbc is used in java?
What do you understand by jdbc driver and explain its types?
What are dml and ddl?
What is statement and preparedstatement in java?