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 is jdbc and why is it required?
What is JDBC ResultSet?
Does jdbctemplate use prepared statements?
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 are different types of JDBC Drivers?
What is the use of jdbc?
What are clob and blob data types in jdbc?
How MS-Access DB can be accessed over a network, using JDBC API?
What is the meaning of connection?
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
What is represented by the connection object?
How can I connect mysql or oracle with java?
What is a statement?
How many jdbc driver types are there?
How can we retrieve data from the resultset?