Answer Posted / venkat
<%
Cookie mycookie = new Cookie("aName","aValue");
response.addCookie(mycookie);
%>
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
What is scriptlet, expression and declaration in jsp?
How run jsp program in netbeans?
How we can disable session in jsp?
List out the various scope values of jsp action.
What does jstl mean?
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 two types of comments supported by jsp?
What is the use of jsp implicit objects?
What are the steps involved in reading data from a form using jsp?
What is include directive in jsp?
mention the three important tags used in the development of jsp bean.
How we can use javascript with jsp pages?
How can I prevent direct access to a jsp page from a browser?
What is jstl core tags?
What is pagecontext jsp?