Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
No Answer is Posted For this Question
Be the First to Post Answer
What is a Connection?
What is the difference between execute, executeQuery, executeUpdate?
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>......
Explain the role of driver in jdbc.
Briefly tell about the jdbc architecture.
Explain the necessary steps to connect to the database in java?
What are the new features available in jdbc 4.0?
What is jdbc driver in java?
What class.forname will do while loading drivers of jdbc?
What is jdbc and its types?
What are stored procedures? How to call them?
how many JDBC drivers ?name them?