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 the purpose of the jdbc resultset interface?
What is the use of dialect?
What do you mean by two phase commits?
Is jdbc a protocol?
What are different parts of a url?
How can we store the file in the oracle database?
What are the benefits of PreparedStatement over Statement?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
What is meant by dao?
What are the jdbc drivers in java?
What is the JDBC?
What should be done for auto generating primary key id in a table ?
Which package is used for jdbc application?
What is @entity in java?
How can I determine the isolation levels supported by my DBMS?