Which is better jsp or javascript?
Answer / Vibhanshu Prabhakar Singh
Both JSP and JavaScript have their own purposes and are not directly comparable. JSP is used for server-side programming, while JavaScript is used for client-side programming. Using both effectively in a web application can lead to powerful results.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is full form of jsp?
Is there a way to reference the "this" variable within a jsp page?
What is the <jsp:param> standard action?
What is jsp expression?
What is jsp custom tag and what are it’s components?
Why is it that JComponent have add() and remove() methods but Component doesn’t?
How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.
How can we prevent implicit session creation in jsp?
How do you prevent the creation of a session in a jsp page and why? What is the difference between include directive & jsp:include action?
Is jsp page extensible true false?
What are page directives?
Is jsp static or dynamic?