Is jsp static or dynamic?



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

Post New Answer

More JSP Interview Questions

Why is jsp used for?

1 Answers  


What is jsp page?

1 Answers  


What is a declaration?

1 Answers  


What is jstl?

1 Answers  


Why is it not necessary to configure standard jsp tags in web.xml?

1 Answers  


how to extends one jsp page to another jsp page with realtime example?

3 Answers   CTS, Jamcracker,


How can we disable java code or scripting in jsp page?

1 Answers  


How does a servlet communicate with a jsp page?

1 Answers  


What is the <jsp:usebean> standard action?

1 Answers  


What is difference between jspwriter and servlet printwriter?

1 Answers  


How are cookies set in jsp?

1 Answers  


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

1 Answers  


Categories