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 need of jsp?
Can we define a class inside a jsp page?
Is jsp platform dependent?
What is difference between java and jsp?
How do I use comments within a jsp page?
Explain the jsp implicit objects?
How can I maintain session in JSP Page in the bases of user name and password:
What do you mean by custom tag in jsp?
how can we retrieve the values in jsp by using custom tags
How can we forward the request from jsp page to the servlet?
How does JSP handle run-time exceptions?
Why are implicit objects not available in a regular jsp page?