Why jsp and servlets are used?
No Answer is Posted For this Question
Be the First to Post Answer
Why does jcomponent have add() and remove() methods but the component does not?
How can we extend jsp technology?
How can I prevent direct access to a jsp page from a browser?
What is the full form of jsp?
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.
What is asp and jsp?
What are the different types of jsp tags?
Can we override the jspinit(), _jspservice() and jspdestroy() methods?
What is a declaration?
List the various action tags used in jsp.
How do I mix jsp and ssi #include?
What is difference between jsp and javascript?