What is a datasource in java?
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between a statement and a preparedstatement.
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
Does jdbc use odbc?
What is the use of prepared statement?Ans:used to execute pre compiled statement...so the question is when that precompiled statement will be execute or comiple?................
Which is better jpa or jdbc?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
What is jdbc and odbc?
What are the methods which can verify the cursor particular position?
What is a statement in java?
How do I load a database driver with JDBC 4.0 / Java 6?
What is preparedstatement in jdbc?
What is drivermanager in java?