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
Which two interfaces does the javax servlet jsp package have?
How can I maintain session in JSP Page in the bases of user name and password:
How can you avoid scriptlet code in jsp?
What is out in jsp?
How to print java variable in jsp?
why ,what, when, where,how the extended star schema is used.
What is jstl?
How are jsp(java server pages) better than asp(active server pages)?
How do I create a dynamic web project?
Are dialogue tags necessary?
What is the jspinit() method?
What is request getcontextpath ()?
Can we call destroy method inside init method?
What is use of scriptlet tags in jsp?
What is a declaration statement?