What are database warnings in jdbc and how can we handle database warnings in jdbc?


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

Post New Answer

More JDBC Interview Questions

What is the function of setautocommit?

0 Answers  


How can we store the file in the oracle database?

0 Answers  


What are temp tables ?

0 Answers  


Hi friends, In JDBC 4 drivers are there among this which driver is best and why it is best.Which driver is most commonly used in web applications.

6 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 difference between statement and preparedstatement in jdbc?

0 Answers  


Which is better odbc or jdbc?

0 Answers  


What is jdbc odbc?

0 Answers  


What are the jdbc statements?

0 Answers  


What is the difference between triggers and procedures?

1 Answers  


When do we get java.sql.SQLException: No suitable driver found?

0 Answers  


When does the result for an sql statement return null?

0 Answers  


Categories