How to get the Database server details in java program?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JDBC Interview Questions

What are devices?

0 Answers  


How can I determine the isolation levels supported by my DBMS?

0 Answers  


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

0 Answers  


What is jdbc and jpa?

0 Answers  


What is jdbc template?

0 Answers  






What is serialization and deserialization in java programming?

0 Answers  


How do you insert images into database using jdbc?

0 Answers  


What is an SQL Locator?

0 Answers  


How can I instantiate and load a new CachedRowSet object from a non-JDBC source?

0 Answers  


Statement, PrepareStatement and Callable all these are interfaces. Thought it is a interface how come we are creating objects and calling methods("preparestatement()") in it. In which class this method is defined. Please let me know. Thanks in advance. example: PreparedStatement pre = con.prepareStatement( "UPDATE COFFEES SET SALES = ? WHERE COF_NAME LIKE ?");

2 Answers  


all Java qts are imp ?

1 Answers   eBay,


What is “dirty read” in JDBC? Which isolation level prevents dirty read?

0 Answers  


Categories