Which is better jsp or javascript?



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

Post New Answer

More JSP Interview Questions

What is full form of jsp?

1 Answers  


Is there a way to reference the "this" variable within a jsp page?

1 Answers  


What is the <jsp:param> standard action?

1 Answers  


What is jsp expression?

1 Answers  


What is jsp custom tag and what are it’s components?

1 Answers  


Why is it that JComponent have add() and remove() methods but Component doesn’t?

1 Answers  


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.

1 Answers   ABB,


How can we prevent implicit session creation in jsp?

1 Answers  


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?

1 Answers  


Is jsp page extensible true false?

1 Answers  


What are page directives?

1 Answers  


Is jsp static or dynamic?

1 Answers  


Categories