How do you comment out in jsp?
No Answer is Posted For this Question
Be the First to Post Answer
What is the include directive?
What is the purpose of <jsp:getproperty >?
Which jsp lifecycle methods can be overridden?
i have one jsp page. inside this, String s=req.getParameter("raja");...... now we want to remove duplicate characters and o/p will be like "rj".... what is the logic?
Why are jsp pages the preferred api for creating a web-based client program?
what is the extended star schema
Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the current page? : Citibank
Which directive is used in jsp custom tag?
Why are implicit objects not available in a regular jsp page?
How can we stop errors on display in a jsp page?
Write a Program using Servlet and JDBC for developing online application for displaying the details of Cars owned by the residents in XYZ society. Make necessary assumptions and create appropriate databases.
Mention the implicit objects in a jsp.