Answer Posted / siva mukesh
As per my knowledge "We must close the database connection.if not the database will not update even after executing query also.For example our program is to update EMP table from our database.Now check this program without closing the connection and closing the connection."
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is a jdbctemplate?
Is odbc an api?
What are the common JDBC problems that you got and how do you solved them?
What is jdbc architecture in java?
What is jdbc odbc?
What is encrypted connection?
How to make updates to updatable result sets in jdbc?
What is transaction processing in jdbc?
What does it mean to "materialize" data?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
What is drivermanager in jdbc?
What are the components of jdbc?
What is the use of jdbc?
Which package is used for jdbc application?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.