Where is jdbc used?
No Answer is Posted For this Question
Be the First to Post Answer
What are the steps to connect to a database in java?
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?
What is JDBC ResultSet?
What is the advantage of namedparameterjdbctemplate?
How do I insert an image file (or other raw data) into a database?
When you will get error like ?No suitable driver??
What is JDBC Driver interface?
What is connection pooling and why it is used?
What is the limitation of PreparedStatement and how to overcome it?
Is jdbc database independent?
How can you load the drivers?
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>......