Why do we use jdbc?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between JDBC and Hibernate? Give one sample based on the variance?
Give an example for getXXX method?
what are design patterns?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
what is the best way, in terms of performance, to do multiple insert/update statements, a PreparedStatement or Batch Updates?
HI ALL, How to Overcome "OutOfMemoryException"? when I am compiling source having more than 1000 LOC throwing this exception. Can any one give correct answer to my question? thx
How can we store and retrieve images from the database?
What is CLOB and BLOB datatypes in JDBC?
What are devices?
What is JDBC Connection isolation levels?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
What is jdbc in dbms?