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
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
Define preparedstatement.
What is the return type of class.forname() method?
Why jdbc is used in java?
What is jndi lookup?
What is the latest version of JDBC? What are the new features added in that?
Where is jdbc used?
Why isn't the java.sql.DriverManager class being found?
What are the three basic components of the odbc architecture?
What is jdbc thin client in oracle?
What is a jdbc connection pool?
What is sqlwarning?
what happen if we set JDBC string to NULL?
Explain the locking system in jdbc?
What is a jdbc url?