can someone tell me how does preparedstatement works? its
an interface and where is the implementation?
Answer Posted / krishna
suppose if the string contains same select statement with
different set of values then fo for PreparedStatement..
ex:String str="select ename,eage from emp where ename=?";
yes it is interface provided by java soft people in their
api specification
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the components of j2ee?
What is callback methods Component methods called by the container to notify the component of important events in its life cycle?
Describe orm?
What is java api for xml-based rpc (jax-rpc)?
What is application component provider?
What is the J2EE module?
What is DDP?
What is j2ee module?
What is build tool in java?
Is java an assembly language?
Define thin client?
What is connector?
Describe the file types *.ear, * .jar and *.war?
What is interpreter in java?
how to run servlet program between two computer through internet ?