Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about Join?
Can I get a null resultset?
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?................
What does connection pooling mean ?
Explain the various types of locking system in jdbc?
When does the result for an sql statement return null?
Why are we using blob datatypes in jdbc?
How do you debug PL/SQL code?
What is a jdbc connection string?
How to find number of records in result set?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
Explain the main method?