What is the main functionality of Prepared Statement?
Answer Posted / madhu
it is wrong assumption that preparedStatement is precompiled statement,because when we send any query with prepared statement it is going to store in SGA memory and it select any algorithm to find the solution.when we send the same query second time it won't compile once again.in this it going to improve performance.for the first time it is not precompiled for the second it is precompiled.
i hope is correct, if any thing wrong suggest me.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How do you do descending order in java?
Difference between a class and an object?
How you can force the garbage collection?
What is final keyword?
Explain the differences between static and dynamic variables?
Explain about the select method with an example?
Why arraylist is not synchronized in java example?
If an application has multiple classes in it, is it okay to have a main method in more than one class?
What is jit and its use?
What is the reflection?
Where are the card layouts used?
Explain inheritance in java?
Explain about procedural programming language or structured programming language and its features?
What is the syntax and characteristics of a lambda expression?
What is substring in java?