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 session tracking in jsp?
What is an expression language?
What is el?
What is an api with example?
Can you stop multiple submits to a web page that are initiated by clicking to refresh button?
What are the implicit objects in jsp?
Explain the various scope values for tag.
Give a sample jsp configuration in the deployment descriptor.
What is scripting elements in jsp?
Which two interfaces does the javax servlet jsp package have?
What is out println in jsp?
What is a page directive?
What is a declaration?
What is tld file?
How can I prevent direct access to a jsp page from a browser?