Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to set a cookie in JSP?

Answers were Sorted based on User's Feedback



How to set a cookie in JSP?..

Answer / venkat

<%
Cookie mycookie = new Cookie("aName","aValue");
response.addCookie(mycookie);
%>

Is This Answer Correct ?    18 Yes 2 No

How to set a cookie in JSP?..

Answer / anji87543

<%
Cookie mycookie = new Cookie("aName","aValue");
response.addCookie(mycookie);
%>

Is This Answer Correct ?    5 Yes 2 No

Post New Answer

More JSP Interview Questions

Explain the various scope values for tag.

0 Answers  


What are request and response objects?

0 Answers  


What is jsp container?

0 Answers  


How can we disable java code or scripting in jsp page?

0 Answers  


Write a simple example for the clone() method.

0 Answers  


Where we use assertion in java programming?

2 Answers  


Which categories can be divided jstl tags, give examples.

0 Answers  


What is contextpath in jsp?

0 Answers  


How many tags are provided by jstl?

0 Answers  


Explain static method?

0 Answers  


How does a servlet communicate with a jsp page?

0 Answers  


Why is used in jsp?

0 Answers  


Categories