What is a Prepared Statement?

Answer

  • A Prepared statement is a pre-compiled statement prepared once by the client and sent to the server, and expected to be executed many number of times.
  • This is especially useful if the same type of query needs to be executed more number of times.
  • This Prepared statement is sent to the server, where it will be parsed to understand what is to be done.
  • When a client fills the blanks in the prepared statement by appropriate values and asks for the execution, the statement is executed and the results are sent back.

All javabeans Questions

Ask your interview questions on javabeans

Write Your comment or Questions if you want the answers on javabeans from javabeans Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---