How are cookies set in jsp?
No Answer is Posted For this Question
Be the First to Post Answer
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 are the literals used in jsp?
Can Static method be Override?
what is jsp? a technology ,a language or something else ?
Can we override serivice()method in jsp?
How do you restrict page errors display in the JSP page?
What is jsp action tags?
What is out in jsp?
Explain the steps for creating custom tags in jsp?
Mention the advantages of jsp over pure servlets?
What are action tags?
When destroy method of jsp is called?