How we say that PreparedStatment is Precompiled? where it
will be compiled?
Answer Posted / dsr
When ever call the preparedstatement at firsttime,at that
time, the statement will be parsing as a query string and
create the object. This function will be doing in
serverside.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is JDBC DataSource and what are it’s benefits?
How to update a resultset programmatically?
What are the steps required to execute a query in jdbc?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
What is ODBC and JDBC? How do you connect the Database?
What is jdbc and odbc in java?
What is the major difference between java.util.date and java.sql.date data type?
What are the jdbc statements?
What is db client?
What are the advantages of database connection pooling?
Explain the importance of drivermanager.
Which type of JDBC driver is the fastest one?
Explain creation of statement object with connection method create method with help of an example.
What is the role of class.forname while loading drivers?
Explain the life cycle of jdbc.