paramasivam s


{ City } chennai
< Country > india
* Profession * developer
User No # 11959
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 12
Users Marked my Answers as Wrong # 4
Questions / { paramasivam s }
Questions Answers Category Views Company eMail




Answers / { paramasivam s }

Question { IBM, 16283 }

preparedstatement p= new preparedstatement
is it possible ?


Answer

No. Because PreparedStatement is an interface. we can not
create direct object instance in this interface, but we can
create reference.

ex:

PreparedStatement pst=con.PrpareStatement("Query");

Is This Answer Correct ?    12 Yes 4 No