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 are the different types of java?
how to deploy tomcatserver to weblogic server? write d following steps?
What are the differences between forwarding () method and sendredirect() methods?
What is the symbol for space?
What is qualitative variable?
How can you make sure that your singleton class will always return single instance in multi-threaded environment?
Does java isempty check for null?
How list contains works in java?
Can I override protected method in java?
Can we force the garbage collection to run?
what do you mean by java annotations?
How do you do a line break in java?
What is thread pool? How can we create thread pool in java?
What are the methods to rectify ambiguities in the interfaces in JAVA?
Difference between association, composition and aggregation?