What is odbc jdbc?
No Answer is Posted For this Question
Be the First to Post Answer
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 is the use of jdbc?
Which interface is responsible for transaction management in jdbc?
What is an encrypted internet connection?
Describe odbc?
explain about special characters?
What does adapter class provide?
What is a JDBC 2.0 DataSource?
Can the JDBC-ODBC Bridge be used with applets?
What are devices?
How to set the attribute concurrency in resultset?
RowSetInternal caller and returns void. What can I do in the readData method?