How we say that PreparedStatment is Precompiled? where it
will be compiled?
Answer Posted / natraj
Hi,
In parsings there are two types.One Hard Parsing and second
is softparsing. Firt time hard parsing will happen.That
means wheather this query is syntatically correct or not +
what is the table name,no of cols,what are the index for
that table,any sequences and foreign key related details
etc. , and firt time only hard parsing and after that it is
going to cache it at database side only,from next time
onwards only soft parsing that means only specified record
values it will retrive.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What does the jdbc resultsetmetadata interface?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
How to check jdbc connection in java?
Which type of driver is unique in jdbc?
What do you mean by database connection pooling?
Which database is used for java?
Define preparedstatement.
Explain the steps in writing a java program using jdbc?
password, is stored in as plain text. What can I do to protect my passwords?
What is difference between jdbc and odbc?
What is namedparameterjdbctemplate?
What is the different between ResultSet and RowSet?
How do we load the drivers?
What does executequery return in java?
How to update a resultset programmatically?