What is jdbc and its advantages?
No Answer is Posted For this Question
Be the First to Post Answer
how to prevent finally block from execution
how can we connect to db without using getConnection() method
What is transaction processing in jdbc?
Explain how to make updates to the updatable resultsets.
What are the differences between setmaxrows(int) and setfetchsize(int)?
Explain the locking system in jdbc & its types?
what are the types of result sets in JDBC 3.0 ?
What does setautocommit do?
how can we get the metaData (columnNames) from a table which has no Records..
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 does the jdbc connection interface?
Is oracle client required for jdbc connection?