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 / narasimha rao bodagala
Hey this is an interface.
in the jdbc API they designed all the interface. which you
can use any interface based on that you can create the
implemented class method.
for this you can call in the core java design
pattern..abstract factory pattren..
you can try to see the API you can understand more.
preparedstatement---pre compiled statement.
first time it's compile and second time it will pass
dynamically.
make sure that should be done in DB side only once.
one time compile and next time passing the values into the
query then execute.
overall story behind this one time compile many times execute.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do I know which jdbc driver to use?
How many types of jdbc drivers are there?
Give an example of code used for setting up connection with a driver.
What are the measures to connect to the db using jdbc?
What is a lock in jdbc?
What are the methods which can verify the cursor particular position?
What is the advantage of namedparameterjdbctemplate?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
What is two-phase commit in the database?
What is represented by the connection object?
What is com mysql jdbc driver?
Explain the various types of locking system in jdbc?
How to rollback a JDBC transaction?
What is connection commit?
What are the different classes through which JDBC represents statements?