What is the meaning of connection?
No Answer is Posted For this Question
Be the First to Post Answer
What is drivermanager in jdbc?
What are the advantages of collection pools?
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 is sqlwarning?
What are the different types of statements in jdbc?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
Does sql allow null values ? Can we use it within where clause ?
What is createstatement method in java?
Diff. types of triggers..
In which ways is driver class is registered with drive manager?
What is a jdbc driver and how many jdbc drivers are available?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.