adspace
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