Can we write a class inside Jsp?
Answer / hehehe
Yes, We can , But it will be an inner class for the generated Servlet class of the JSP.
| Is This Answer Correct ? | 2 Yes | 1 No |
What is the full form of jsp?
What is request scope in jsp?
Are dialogue tags necessary?
What is response sendredirect?
What is the difference between hide comment and output comment?
What is a jsp container?
What's the difference between javabeans and taglib directives?
What is a javaserver pages (jsp)?
What is taglib uri in jsp?
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?
What is application in jsp?
Explain the jsp life cycle?