What is jdbc class forname?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by odbc?
Discuss the procedure of retrieving warnings?
How can we maintain the integrity of a database by using jdbc?
What is connection pooling and why it is used?
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>......
What should be done for auto generating primary key id in a table ?
Describe the steps needed to execute a sql query using jdbc.
What are different types of transactions?
What is the purpose of the jdbc resultset interface?
What are the exceptions in jdbc?
What is the difference between execute, executeQuery, executeUpdate?
List some new features available in jdbc 4.0?