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
Write a code to show a static variable?
Can we compare two strings in java?
Is null == null in java?
What is annotation in java?
Can one thread block the other thread?
What do you mean by chromounits in java8?
Explain the difference between protected and default access.
What is a final class ?
Can you declare the main method as final?
What is a text string?
What are the topics in advance java?
What is static import in java?
What is boolean law?
Can a abstract class be declared final?
What modifiers are allowed for methods in an interface?