Answer Posted / ravikiran(aptech mumbai)
data passing using doPost()
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
When a servlet accepts a call from a client, it receives two objects. What are they?
What is the use of welcome-file-list?
How do we translate jsp?
What is the main purpose of java servlets?
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!
What is life cycle of Servlet?
What is cookie in servlet?
What is cgi and what are its drawbacks?
What are the jobs performed by servlets?
What are different ways for servlet authentication?
Why the container loads server at the application startup and how?
What is servlet container. how it works?
What is the purpose of requestdispatcher interface?
What is the functionality of actionservlet and requestprocessor?
What is servlet name in web xml?