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

What is jsp and jdbc?

0 Answers  


How to rollback a JDBC transaction?

0 Answers  


What is Statement and PreparedStatement? whatz the difference?

2 Answers  


Explain the necessary steps to connect to the database in java?

0 Answers  


What is a datasource in java?

0 Answers  


What is jdbc oracle thin?

0 Answers  


What is the role of class.forname while loading drivers?

0 Answers  


What is the major difference between java.util.date and java.sql.date data type?

0 Answers  


How can we store the file in the oracle database?

0 Answers  


What is the latest version of JDBC? What are the new features added in that?

0 Answers  


How many categories of jdbc drivers are there?

0 Answers  


How data can be inserted into long row column of database?

0 Answers  


Categories