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 do you mean by classloader in java?
What is string buffer?
What is meant by data hiding/encapsulation?
Can you extend singleton class?
Why destructor is not used in java?
What is the purpose of static methods and static variables?
I want to print “hello” even before main is executed. How will you acheive that?
What is a dynamic array java?
What are the types of web technologies?
What is loop in java?
What is map in java?
What is the use of :: in java?
What is ternary operator?
Can we define constructor in inner class?
Can we assign the reference to this variable?