Which is best database for java?


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

Post New Answer

More JDBC Interview Questions

What does jdbc do?

0 Answers  


MY code is: public class P1{ public static void main(String ar[]) { class.forName("java.lang.String"); } } errors i got are :New.java:5: error: <identifier> expected class.forName("java.lang.String"); ^ New.java:5: error: invalid method declaration; return type required class.forName("java.lang.String"); ^ New.java:5: error: illegal start of type class.forName("java.lang.String"); ^ New.java:7: error: reached end of file while parsing } ^ 4 errors HELP ME>......

3 Answers  


Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?

0 Answers  


What is jdbc? Describe the steps needed to execute a sql query using jdbc.

0 Answers  


What is Apache DBCP API?

0 Answers  


What is JDBC Batch Processing and what are it’s benefits?

0 Answers  


Explain the difference between resultset and rowset in jdbc

0 Answers  


How to check jdbc driver version in sql server?

0 Answers  


What is jdbc odbc in java?

0 Answers  


What is execute(), executeUpdate() and executeQuery() methods?

10 Answers  


Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.

0 Answers  


What is difference between java.util.Date and java.sql.Date?

0 Answers  


Categories