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 deployment descriptor?
What is the container?
Enlist the technologies embraced in j2ee?
What is difference between j2ee and java?
Is java is fully object oriented?
What is enterprise information system?
Is object a composite data type in java?
Since we can create managed bean by two ways as, we can define the bean name in faces-config.xml file so that page can use that OR we can write annotation on bean class so that it is automatically assign to page but I want to know which one is good programming practice ? And also mention disadvantage of other which should not prefer ... Thanking you...
What is java technology stack?
Hi Friends. I want complete technical flow of j2ee project with following technologies. jsp , servlet , Struts , Hibernate , (should follow mvc-2 design pattern) . with DAO ,DTO SERVICE layers .
Is java more difficult than c++?
What is j2ee called now?
Give some advantages of orm (object-relational mapping)?
What is button in java?
What is the build file?