What is device controller?
No Answer is Posted For this Question
Be the First to Post Answer
What is while rs next ())?
What is the benefit of having jdbcrowset implementation?
How can we store the file in the oracle database?
Diff bet.. Function and Trigger?
what are the types of result sets in JDBC 3.0 ?
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>......
Which package is used for jdbc application?
What is a jdbc connection pool?
What are the functions of the jdbc connection interface?
Which is faster jdbc or odbc?
State the three different ways in which you can create a table?
How can we set null value in jdbc preparedstatement?