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
What is tree in java?
Why java is considered dynamic?
How do we access static members in java?
Is hashset sorted in java?
What is math in java?
Is 0 true or false?
Can we declare a class as abstract without having any abstract method?
What is multi level inheritance in java?
Differece between class and generic class?
How to change the priority of thread or how to set priority of thread?
What is listnode in java?
Which is a valid identifier?
What is string buffer?
What is a java list?
Can we overload the methods by making them static?