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?................
Answer Posted / ricky
can someone tell me how does preparedstatement works? its
an interface and where is the implementation?
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is database deadlock ? How can we avoid them?
Give an example for execution of sql statement.
What is isolation level? How to set it?
How do I connect to jdbc?
What are the common tasks of JDBC?
Explain the difference between resultset and rowset in jdbc
What are the advantages of collection pools?
What causes the "No suitable driver" error?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
What is the use of dialect?
What is the use of the statement in jdbc?
How do we load the drivers?
Expalin the method of calling a stored procedure from jdbc.
What does the jdbc driver interface do?
How to check jdbc driver version in sql server?