What is static Synchronized method in JDBC API? Give an
example?
Answer Posted / venkat
getConnection is not synchronized method,but it is static
registerDriver(java.sql.driver);
deregisterDriver(java.sql.driver);
the above two methods are synchronized methods
if any one have doubet
go to command prompt type following command
javap java.sql.DriverManager
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What does executeupdate return in java?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
What do you mean by odbc?
Why is odbc needed?
What is jdbc in java?
What is 2 phase commit?
How we store procedure in oralce for callable statements in jdbc
Differentiate between a statement and a preparedstatement.
Can resultset be null in java?
Name the method, which is used to prepare a callablestatement.
How can we store the file in the oracle database?
What is while rs next ())?
What is the limitation of PreparedStatement and how to overcome it?
java based application for hospital management
What is setautocommit in jdbc?