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
How can we set null value in jdbc preparedstatement?
Is jdbc a middleware?
What is an escape syntax?
explain about special characters?
What are the packages are used in jdbc?
What are the common jdbc exceptions?
Jdbc-odbc bridge is multi-threaded or not?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
What is in terms of jdbc a datasource?
What is isolation level? How to set it?
What do you understand by jdbc driver and explain its types?
What are the standard isolation levels defined by JDBC?
Give steps to connect to the db using jdbc?
What is an SQL Locator?
What is jndi lookup?