What is the major difference between java.util.date and java.sql.date data type?
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>......
Explain the JDBC Architecture?
What is thin driver in jdbc?
What is the full form of jdbc and what is its purpose?
Why is jdbc used?
What is JDBC Statement?
What are JDBC statements?
Explain about DSN?
Explain some new features available in jdbc 4.0?
What is the different between ResultSet and RowSet?
How to use JDBC to connect Microsoft Access?
give me a java code snippet to connect Microsoft excel through.... I am trying alot... plz help me.