Which database is used with java?


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

Post New Answer

More JDBC Interview Questions

Explain creation of statement object with connection method create method with help of an example.

0 Answers  


What is statement and preparedstatement in java?

0 Answers  


Is jdbc an api?

0 Answers  


what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();

1 Answers  


What are the different types of drivers under jdbc?

0 Answers  






How to check jdbc driver version in websphere?

0 Answers  


What is jdbc thin client in oracle?

0 Answers  


Explain the different ways to register a driver?

2 Answers  


Is jdbc faster than odbc?

0 Answers  


How does a custom RowSetReader get called from a CachedRowSet?

0 Answers  


How to set NULL values in JDBC PreparedStatement?

0 Answers  


Is it possible to connect to multiple databases simultaneously?

0 Answers  


Categories