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


Please Help Members By Posting Answers For Below Questions

Explain the life cycle of jdbc.

796


How java can be connected to a database?

759


What are the main components of JDBC ?

759


Expalin the method of calling a stored procedure from jdbc.

720


What are the basic exceptions in jdbc?

708


What is phantom read and which isolation level prevents it?

705


What are the differences between execute, executequery, and executeupdate?

678


Why we use jdbc instead of odbc?

683


How do I check in my code whether a maximum limit of database connections have been reached?

754


How many rowset are available in jdbc?

813


Is java a database?

674


Why isn't the java.sql.DriverManager class being found?

731


please tell me the name and url path for type-4 driver ?

2765


What are the considerations for deciding on transaction boundaries?

732


What are restrictions on triggers?

1842