How many categories of jdbc drivers are there?


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

Post New Answer

More JDBC Interview Questions

What is a statement in java?

0 Answers  


What class.forname does, while loading the drivers?

0 Answers  


How java can be connected to a database?

0 Answers  


What is JDBC RowSet? What are different types of RowSet?

0 Answers  


How to connect multiple database in jdbc?

0 Answers  






If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?

0 Answers  


Can the JDBC-ODBC Bridge be used with applets?

2 Answers  


What is the advantage of namedparameterjdbctemplate?

0 Answers  


What are the sailent features of JDBC 2.0?

7 Answers  


What type of driver called is pure Java driver?

3 Answers   Vertex,


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  


What is JDBC Savepoint? How to use it?

0 Answers  


Categories