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 are the special characters?
Explain when we should make an instance variable private.
What is compiler and what its output.
Which is bigger float or double java?
Define immutable object?
Give few difference between constructor and method?
What is the purpose of the system class in java programming?
What are the application of stack?
What is the importance of finally block in exception handling?
What is the difference between static binding and dynamic binding?
What are the four versions of java?
Can we define static methods inside interface?
Is it possible to use string in the switch case?
Can we have a try block without catch block?
What is public static void main?