Is jdbc part of j2ee?
No Answer is Posted For this Question
Be the First to Post Answer
What is JDBC PreparedStatement?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
Which is better odbc or jdbc?
How to find that, a row is updated or not?
What is executequery in java?
What port does jdbc use?
any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.
What is ojdbc?
What is the equivalent method for precompiled SQL Statement in JDBC?
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>......
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?