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
Why do we need jdbc api?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
What is the query used to display all tables names in SQL Server (Query analyzer)?
Explain in detail about JDBC and its general features?
Which Java and java.sql data types map to my specific database types?
Explain some new features available in jdbc 4.0?
What is database connection pooling? Advantages of using a connection pool?
What is jdbc architecture in java?
What is database deadlock ? How can we avoid them?
Explain how to make updates to the updatable resultsets.
What is JDBC Batch Processing and what are it’s benefits?
What is meant by jdbc and odbc?
What is the jdbc rowset?
Explain the difference between inner and outer join ?
What are the ddl statements?