Is jsp static or dynamic?
Answer / Mayank Tripathi
JSP is a dynamic scripting language because it generates HTML on the server and sends it to the client, allowing for dynamic content based on variables, user interaction, or database queries.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is jsp used for?
What is jsp page?
What is a declaration?
What is jstl?
Why is it not necessary to configure standard jsp tags in web.xml?
how to extends one jsp page to another jsp page with realtime example?
How can we disable java code or scripting in jsp page?
How does a servlet communicate with a jsp page?
What is the <jsp:usebean> standard action?
What is difference between jspwriter and servlet printwriter?
How are cookies set in jsp?
hi friends...i created sessions in my login page i can able to create a session but after loging out again i can able access the pages by its addresses. i think u may got problem if possible post me small example for login with sessions including database