Why is jdbc used?
No Answer is Posted For this Question
Be the First to Post Answer
What is a jdbc connection pool?
how many JDBC drivers ?name them?
What is meant by dao?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
Explain the main method?
Explain in detail about JDBC and its general features?
Name the method, which is used to prepare a callablestatement.
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
Explain the steps in writing a java program using jdbc?
What type of driver called is pure Java driver?
How to know howmuch data is truncated?
What does setautocommit do?