What is the main functionality of Prepared Statement?
Answer Posted / md sirajuddin
Prepared Statement is an interface , which is used to execute queries . In case of prepared Statement we can insert the data dynamically to the query , prepared statement is used to execution query multiple times.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a nonetype?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
What is a java lambda expression?
What is the meaning of flag day?
Explain where variables are created in memory?
how to deploy apache tomcat server to weblogic server in java
What does || || mean in math?
What purpose do the keywords final, finally, and finalize fulfill?
Write a program based on Java script program.
What does provide mean construction?
What is the transient keyword?
What is final keyword?
how to write a program for sending mails between client and server
Difference between static and dynamic class loading.
Write a program in java to establish a connection between client and server?