Answer Posted / anji87543
<%
Cookie mycookie = new Cookie("aName","aValue");
response.addCookie(mycookie);
%>
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is a page directive?
Mention the jstl core tags.
What is declaration statement?
What are the implicit objects in jsp?
What are the different scope values for the
What is request getcontextpath ()?
What is scriptlet in jsp?
What is directive jsp?
Why do we use expression language in jsp?
What is the purpose of
How do you delete a cookie within a jsp?
What program opens a jsp file?
Give a sample jsp configuration in the deployment descriptor.
Explain the jspdestroy() method?
What is jsp scriptlet tag used for?