What methods do we use in Servlet to Applet communication?
Answer Posted / santhana
http communication
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is dispatcher servlet a singleton?
What is the use of servletconfig interface?
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 are some advantages of storing session state in cookies?
How do we translate jsp?
How can you start a jta transaction from a servlet deployed on jboss?
How many objects of a servlet is created?
What are the difference between session and cookies in servlet? Explain
When should you prefer to use doget() over dopost()?
How to find whether a parameter exists in the request object?
What is the use of welcome-file-list?
What do you mean by mime type?
How can I send user authentication information while making URL Connection?
What exception should be thrown when servlet is not properly initialized?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?