What is the use of statement in jdbc?
No Answer is Posted For this Question
Be the First to Post Answer
Hi........I need to create a dropdown box using java.....this box should show the values that should be taken from the database...... Thank you....
Is JDBC a language or Application?
What is isolation level? How to set it?
What are clob and blob data types in jdbc?
How can you make the connection using jdbc?
How can I write to the log used by DriverManager and JDBC drivers?
How can we disable a constraint ?
What are the advantages of using jdbc datasource?
Can we return resultset in java?
Does sql allow null values ?
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 jdbc connection class?