What is static Synchronized method in JDBC API? Give an
example?
Answer Posted / indrani
getConnection is the synchronised and static method
| Is This Answer Correct ? | 36 Yes | 3 No |
Post New Answer View All Answers
What is resultset in jdbc with example?
Give an example of code used for setting up connection with a driver.
What is JDBC API and when do we use it?
Give an example for execution of sql statement.
What is a lock in jdbc?
What are the different types of statements? How we can you use preparedstatement.
The new features of the JDBC 2.0 API, will be supported for JDBC-ODBC Bridge?
What is url in jdbc connection?
What does the jdbc resultsetmetadata interface?
What is ODBC and JDBC? How do you connect the Database?
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
What are the factors that the jdbc driver performance depends upon?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
What is new in JDBC 2.0?
What are clob and blob data types in jdbc?