Why we use jsp instead of html?
Answer / Manharan Singh Rajput
We use JSP instead of HTML to create dynamic web pages. HTML is used for static content, while JSP allows us to generate dynamic content based on user input, server-side processing, database interactions, etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we override the jspinit(), _jspservice() and jspdestroy() methods?
What is the difference between jsp and php?
How to implement a thread-safe jsp page?
How does JSP handle run-time exceptions?
What does jsp mean?
What is session getattribute in jsp?
Which syntax is used to comment jsp?
What is asp and jsp?
in jsf page i use two dropdown list.i.e state & district.if state dropdown is selected then & then district is enable.what should be my code.
What is the default value of session attribute in jsp?
How clear chache and buffer of opera browser.
What is taglibs?