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
How many types of exception can occur in a java program?
Why call by value prevents parameter value change?
What is purpose of keyword void?
What does the append?
What is bean? Where it can be used?
What is better - 'bit-shift a value' or 'multiply by 2'?
What is the use of hashmap in java?
What’s the difference between callable and runnable?
How do we access static members in java?
Which is the class in java?
Can we have any code between try and catch blocks?
What is the use of coding?
What class allows you to read objects directly from a stream?
What are the 8 data types in java?
What happens when heap memory is full?