What happens if we don't close the connection in jdbc?


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

Post New Answer

More JDBC Interview Questions

What is new in JDBC 2.0?

0 Answers  


What is the purpose of the jdbc resultset interface?

0 Answers  


How we can you use preparedstatement.

0 Answers  


What class.forname does, while loading the drivers?

0 Answers  


What are the methods which can verify the cursor particular position?

0 Answers  






callable is interface or class ?

9 Answers   Fidelity,


What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?

0 Answers  


How can we store the file in the oracle database?

0 Answers  


What is odbc. how is it related to sql cli?

0 Answers  


When you will get error like ?No suitable driver??

2 Answers  


What are the main steps in java to make JDBC connectivity?

0 Answers   UGC Corporation,


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  


Categories