What is the difference between jdbc and odbc?
No Answer is Posted For this Question
Be the First to Post Answer
What is getconnection method in java?
What class.forname will do while loading drivers of 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 differences between execute, executequery, and executeupdate?
What is PreparedStatement?
Does sql allow null values ?
How can we move the cursor in a scrollable result set?
How do I check in my code whether a maximum limit of database connections have been reached?
What is java soft framework?
If you are truncated using JDBC, how can you that how much data is truncated?
What is two-phase commit in the database?
What is metadata in programming?