What is the main functionality of Prepared Statement?
Answer Posted / kathir
prepared statement is a precomplie SQL statement.It is the
compiled version of the query.Prepared statement has got a
faster excecution time than any other statement.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Can you make a constructor final?
What does singleton mean in java?
what is the difference between Object Based Language and Object Oriented Language?
What is the null?
What is parsing a string?
What is size of int in java?
Why 1 is not a prime number?
How do you ensure that n threads can access n resources without deadlock?
What are thread groups?
What type of variable is gender?
What are the different data types in java?
Can we overload run() method in java?
What is blank final variable?
Is alive in java?
why Interface used?