Which database is used with java?
No Answer is Posted For this Question
Be the First to Post Answer
What does the jdbc resultset interface?
What are pros and cons of using of Type-2 and Type-4 Drivers over Type-1 driver?
What is the benefit of having jdbcrowset implementation?
What are the main components of JDBC ?
What is jdbc odbc bridge in java?
What are the new features added to JDBC 4.0?
What do you understand by jdbc datasource?
What are the advantages of using jdbc datasource?
What is resultset in jdbc with example?
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>......
How to get the Database server details in java program?
What is use of connection pooling?