Answer Posted / ravikiran chhaduvula
Jsp seperates the presentation logic,And the tags
associated with the JSP api can be easily rendered by the
browser for display.As JSP is indirectly java inside html
tags
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between servletcontext and pagecontext?
What is welcome file list?
How to use jsp el to get http method name?
How do I use comments within a jsp page?
When the destroy method of the jsp's are called?
How to include static files in a JSP page?
What is out println in jsp?
How can multiple submits due to refresh button clicks be prevented?
How to get value from java to jsp page?
What is scriptlet in jsp?
How to include a jsp file in another jsp file?
Can you stop multiple submits to a web page that are initiated by clicking to refresh button?
What is taglibs?
Can I stop jsp execution while in the midst of processing a request?
How will you use jsp el in order to get the http method name?