Aug 01 2010 06:38 AM 4166 9 JSP Comments nishant.mca2010 What are the ways to write comments in the JSP page? Give example. parwezalam Profile Answers by parwezalam Questions by parwezalam May 31st, 2012 No, we cant write these codes within scriptlets. RoyalB Profile Answers by RoyalB Questions by RoyalB May 31st, 2012 By using Callable Statement like CallableStatement csmt=con.PrepareCall("{PackageName.ProcedureName}"); In jsp U can write these code with in ScriptletCode<% CallableStatement csmt=con.PrepareCall("{PackageName.ProcedureName}"); %> Answer Question Select Best Answer
Aug 01 2010 06:38 AM 4166 9 JSP Comments nishant.mca2010 What are the ways to write comments in the JSP page? Give example. parwezalam Profile Answers by parwezalam Questions by parwezalam May 31st, 2012 No, we cant write these codes within scriptlets. RoyalB Profile Answers by RoyalB Questions by RoyalB May 31st, 2012 By using Callable Statement like CallableStatement csmt=con.PrepareCall("{PackageName.ProcedureName}"); In jsp U can write these code with in ScriptletCode<% CallableStatement csmt=con.PrepareCall("{PackageName.ProcedureName}"); %> Answer Question Select Best Answer
parwezalam Profile Answers by parwezalam Questions by parwezalam May 31st, 2012 No, we cant write these codes within scriptlets.
RoyalB Profile Answers by RoyalB Questions by RoyalB May 31st, 2012 By using Callable Statement like CallableStatement csmt=con.PrepareCall("{PackageName.ProcedureName}"); In jsp U can write these code with in ScriptletCode<% CallableStatement csmt=con.PrepareCall("{PackageName.ProcedureName}"); %>