Answer Posted / harish
Some times it is more convinient to use this for sending
SQL statements to the DBMS. The main feature , which
distinguishes it from its super class statement is that
unlike statement,it is given an SQL statement right when it
is created. This SQL statement is then sent to the DBMS
righat away,where is it compiled.
| Is This Answer Correct ? | 13 Yes | 5 No |
Post New Answer View All Answers
What is the meaning of connection?
Why “no suitable driver” error occurs?
What types of DataSource objects are specified in the Optional Package?
What are the three parts of a jdbc url?
Explain how to make updates to the updatable resultsets.
What is metadata in programming?
Why hibernate is better than jdbc?
What is jdbc thin client?
What is odbc jdbc?
How many rowset are available in jdbc?
What is a jdbctemplate?
How do I insert an image file (or other raw data) into a database?
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?
What is odbc and jdbc drivers?
Is jdbctemplate thread safe?