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
Is jdbc a protocol?
What are the new features added to JDBC 4.0?
What is a datasource in java?
Which is better jpa or jdbc?
How does a custom RowSetReader get called from a CachedRowSet?
What are jdbc and its components?
Briefly tell about the jdbc architecture.
Does jdbc require oracle client?
Write an sql to find all records having all upper case alphanumeric characters in a field ?
What is jdbc and jdbc drivers?
What is the difference between jdbc and jndi?
What are four types of JDBC driver?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
How can I determine the isolation levels supported by my DBMS?
What is jdbc oracle thin?