What are the packages are used in jdbc?


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

Post New Answer

More JDBC Interview Questions

How to find total column from a resultset?

6 Answers   TSYS,


There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?

0 Answers  


How we can you use preparedstatement.

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  


What is the use of jdbc api?

0 Answers  






Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?

0 Answers  


What is a java driver?

0 Answers  


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

0 Answers  


What is createstatement method in java?

0 Answers  


State the three different ways in which you can create a table?

0 Answers  


What is jdbc odbc?

0 Answers  


How can you tune SQL statements?

2 Answers   Wipro,


Categories