Is java a database?
No Answer is Posted For this Question
Be the First to Post Answer
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 is the return type of execute, executequery and executeupdate?
What is connection data?
Name different methods for getting streams.
What is in term of jdbc a datasource?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
What are JDBC Best Practices?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
How to get the Database server details in java program?
What is jdbc in java?
Why do we need a jdbcrowset like wrapper around resultset?
What is Type-2 Driver and when this driver is used?