How we say that PreparedStatment is Precompiled? where it
will be compiled?

Answer Posted / paks chaudhary

prepared Statements are compiled at database server side.
Once the statement is passed to the database the Statement
is parsed for valid and checked weather the table exist
or not .if the statement is valid the server holds the
statement object and process the multiple request from the
client.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we execute stored procedures using callablestatement?

480


How do we call a stored procedure from jdbc?

564


What is 2 phase commit?

571


What are the different types of statements? How we can you use preparedstatement.

521


What do you mean by metadata and why we are using it?

575






What is jdbc and jpa?

525


Is there another way of dealing with the result set that could execute faster?

533


What is jdbc in dbms?

510


What is odbc and jdbc drivers?

480


What is jdbc thin client in oracle?

502


What is new in JDBC 2.0?

585


What is metadata in programming?

540


Is jdbc a framework?

484


password, is stored in as plain text. What can I do to protect my passwords?

531


What are common JDBC Exceptions?

560