What are clob and blob data types in jdbc?
What is the use of dialect?
Why do we use jdbc statements?
Can resultset be null in java?
In JDBC, All the API?s are interfaces? Where is the actual implementation?
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 prevent finally block from execution
What are the different types of drivers under jdbc?
Why isn't the java.sql.DriverManager class being found?
How the JDBC application works?
what is meant by connection pooling?
Where is ojdbc14 jar located?
Explain the process of creating tables using NetBeans IDE?