can someone tell me how does preparedstatement works? its
an interface and where is the implementation?
Answer Posted / sk.bilal ahmed
A SQL statement is precompiled and stored in a
PreparedStatement object. This object can then be used to
efficiently execute this statement multiple times.
Note: The setter methods (setShort, setString, and so on)
for setting IN parameter values must specify types that are
compatible with the defined SQL type of the input
parameter. For instance, if the IN parameter has SQL type
INTEGER, then the method setInt should be used.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is java application server?
Enlist the technologies embraced in j2ee?
Is java 100 percent pure object oriented?
Why is java considered dynamic?
What are the tools in java?
What do you understand by a thin client?
What is application client module?
What is java transaction api (jta)?
Is java still slow?
public class ActionSearchBean extends
GenericSearchBean
Describe secure socket layer (ssl)?
Is eclipse written in java?
What is java api for xml registries (jaxr)?
Can I run seam in a j2ee environment?
What does the application client module contain?