What is execute(), executeUpdate() and executeQuery()
methods?
Answer Posted / srinivasan
execute() - will do the querying the database & also the
update,insert,delete on the database.
executeUpdate() - only the update,insert,delete on the
database.
executeQuery() - only the querying the database.
| Is This Answer Correct ? | 80 Yes | 23 No |
Post New Answer View All Answers
How many ways can you update a result set?
Discuss the significances of jdbc.
Is jdbc a web technology?
What is database connection pooling? Advantages of using a connection pool?
What are devices?
What is JDBC ResultSet?
What is metadata in programming?
What are the main components of JDBC ?
Which jdbc drivers will run your program?
What are the common tasks of JDBC?
What is the execute method in java?
What is layer in communication?
How can you retrieve data from the resultset using jdbc?
What port does jdbc use?
How do java applications access the database using jdbc?