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


Please Help Members By Posting Answers For Below Questions

What is deployment descriptor?

727


What is the container?

719


Enlist the technologies embraced in j2ee?

678


What is difference between j2ee and java?

677


Is java is fully object oriented?

707


What is enterprise information system?

713


Is object a composite data type in java?

646


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...

2060


What is java technology stack?

659


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 .

4568


Is java more difficult than c++?

649


What is j2ee called now?

664


Give some advantages of orm (object-relational mapping)?

730


What is button in java?

663


What is the build file?

677