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 does jdbc do?
What is jdbc odbc driver?
What is odbc. how is it related to sql cli?
Is jdbc a web technology?
What do you understand by jdbc driver and explain its types?
List the advantages of using datasource?
What is jdbc connection?
What is jdbc odbc?
Does jdbc use ssl?
What is execute(), executeUpdate() and executeQuery() methods?
How many rowset are available in jdbc?
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?