What is static Synchronized method in JDBC API? Give an
example?
Answers were Sorted based on User's Feedback
Answer / indrani
getConnection is the synchronised and static method
| Is This Answer Correct ? | 36 Yes | 3 No |
Answer / 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 |
What are the common tasks of JDBC?
How can you tune SQL statements?
How can I get information about foreign keys used in a table?
Is there any limitation for no of statments executed with in batchupdate?
Is not bound in this context unable to find jdbc spring boot?
What is the limitation of PreparedStatement and how to overcome it?
Can the JDBC-ODBC Bridge be used with applets?
What are the higher level apis under development on top of jdbc currently?
What are jdbc?
Which jdbc driver type s is are the jdbc odbc bridge?
What is the difference between Union, Unionall ?
What driver should I use for scalable Oracle JDBC applications?