What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
No Answer is Posted For this Question
Be the First to Post Answer
What is JDBC Batch Processing and what are it’s benefits?
What is meant by a ResultSet?
Explain how to make updates to the updatable resultsets.
How MS-Access DB can be accessed over a network, using JDBC API?
What are the different types of JDBC drivers?
Why do you use a data source object for a connection?
Is odbc an api?
How can you use preparedstatement in jdbc?
How to make updates to updatable result sets in jdbc?
What is jdbc and odbc in java?
Differentiate between a statement and a preparedstatement.
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>......