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 is the difference between client and server database cursors?
password, is stored in as plain text. What can I do to protect my passwords?
What are the main steps in java to make JDBC connectivity?
Is jpa faster than jdbc?
How can we set null value in jdbc preparedstatement?
What is jdbc template?
What is batch processing and how to perform batch processing in jdbc?
Where can I find info, frameworks and example source for writing a JDBC driver?
What is the fastest type of JDBC driver?
What is savepoint in jdbc?
What is jdbc dialect?
Which is best database for java?
What is connection commit?
Does jdbc use ssl?
How do I find jdbc version?