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
Explain the life cycle of jdbc.
How java can be connected to a database?
What are the main components of JDBC ?
Expalin the method of calling a stored procedure from jdbc.
What are the basic exceptions in jdbc?
What is phantom read and which isolation level prevents it?
What are the differences between execute, executequery, and executeupdate?
Why we use jdbc instead of odbc?
How do I check in my code whether a maximum limit of database connections have been reached?
How many rowset are available in jdbc?
Is java a database?
Why isn't the java.sql.DriverManager class being found?
please tell me the name and url path for type-4 driver ?
What are the considerations for deciding on transaction boundaries?
What are restrictions on triggers?