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
When a byte datatype is used?
Is multiple inheritance supported by java?
What happens when main () method is declared as private?
Which are different kinds of source code?
What is the purpose of garbage collection in java?
Why is stringbuffer thread safe?
What is the difference between form & report?
How is abstraction implemented in java ?
Why we use set in java?
Tell me about different OOPS concepts.
How do you create immutable object in java?
What is ternary operator in java?
how to create multithreaded program? : Java thread
What is the difference between length and length () in java?
What is static synchronization?