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 / syed sadhik
It’s just pre compile SQL while run time it’s execute query.
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
How does jdbc work?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
What is the purpose of the jdbc resultset interface?
How can I retrieve a String or other object type without creating a new object each time?
Where jdbc drivermanager class is used?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
What are the packages are used in jdbc?
any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.
What is JDBC RowSet? What are different types of RowSet?
Does jdbctemplate close connection?
How do I check in my code whether a maximum limit of database connections have been reached?
Explain the role of driver in jdbc.
Explain in detail about JDBC and its general features?
Why resultset is used in java?
What is CLOB and BLOB datatypes in JDBC?