What are the components of jdbc?
No Answer is Posted For this Question
Be the First to Post Answer
What are the types of statements in jdbc?
What is jdbc resultsetmetadata interface?
Explain Basic Steps in Writing a Java Program Using Jdbc?
Explain some new features available in jdbc 4.0?
What is com mysql jdbc driver?
How to find the column count in resultset?
What is difference between odbc and 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>......
What are the considerations for deciding on transaction boundaries?
What are common JDBC Exceptions?
Where is jdbc url mysql?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?