What is the difference between java servlet and jsp?
No Answer is Posted For this Question
Be the First to Post Answer
How can we disable el?
How did you implement caching in jsp?
What is the <jsp:param> standard action?
How do you connect to the database from jsp?
what is the enitre process of using smart forms to create forms?
Is jsp technology extensible?
What is a jsp and what is it used for?
How can we handle exceptions thrown by jsp service method?
What is page scope?
Explain static method?
What do you mean by custom tag in 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.