What are setComment and getComment methods in Cookies?

Answer Posted / niranjanravi

thay are used to get and the comments in cookies.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are Servlets?

596


What do you mean by filter in servlet?

534


What is the effective way to make sure all the servlets are accessible only when user has a valid session?

563


How to get the path of servlet in the server?

534


Explain the lifecycle of a servlet?

502






When a client request is sent to the servlet container, how does the container choose which servlet to invoke?

571


How does java thread pool work?

546


How many objects of a servlet is created?

788


What’s the difference between forward() and sendredirect() methods?

572


How to make sure a servlet is loaded at the application startup?

549


Why the concept of single thread model interface is used?

549


What exactly is a servlet?

539


How printwriter is different from servletoutputstream?

577


Hello, My project requirement is like I need to create a web page using MVC pattern. I hava a bean class, jsp page, servlet, service and dao. My jsp has two fields. One is dropdown list. The option values has to get populated from the database table. The other one is a text box and its value has to come from database table. As of now I have defined the fields in bean class, got the values from database using arraylists in dao class and I called this from service class. Can anyone please tell me the workflow of how the servlet will get this arraylist and populate the arraylist values as dropdown options in jsp page? Also I would like to know the role of bean class in MVC pattern? Thanks in advance!

1831


How to upload a file to the server using servlet?

531