What are devices?
No Answer is Posted For this Question
Be the First to Post Answer
What is JDBC Savepoint? How to use it?
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 jdbc driver is the fastest driver?
What do you mean by two phase commits?
Explain the importance of drivermanager.
What is the difference between triggers and procedures?
How do I load a database driver with JDBC 4.0 / Java 6?
Is it possible to connect to multiple databases simultaneously?
What is resultsetmetadata?
What is jdbc odbc in java?
What does the connection object represents?
why we don't use the type 2 driver for connect to the database in jdbc?