Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is static Synchronized method in JDBC API? Give an
example?

Answers were Sorted based on User's Feedback



What is static Synchronized method in JDBC API? Give an example?..

Answer / indrani

getConnection is the synchronised and static method

Is This Answer Correct ?    36 Yes 3 No

What is static Synchronized method in JDBC API? Give an example?..

Answer / anilbabu

yes this is correct and good answer

Is This Answer Correct ?    3 Yes 0 No

What is static Synchronized method in JDBC API? Give an example?..

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

Post New Answer

More JDBC Interview Questions

How to update a resultset programmatically?

0 Answers  


What is a lock in jdbc?

0 Answers  


what is rowset?

3 Answers   Marlabs,


What is JDBC API and when do we use it?

0 Answers  


How many packages are available in jdbc api?

0 Answers  


Name the method, which is used to prepare a callablestatement.

0 Answers  


What is the purpose of the jdbc resultset interface?

0 Answers  


Give an example of code used for setting up connection with a driver.

0 Answers  


How can I manage special characters when I execute an insert query?

0 Answers  


What is a PreparedStatement?

3 Answers   Infosys,


The new features of the JDBC 2.0 API, will be supported for JDBC-ODBC Bridge?

0 Answers  


How to move the cursor in scrollable resultset ?

0 Answers  


Categories