what is the difference between ServletContext and
ServletConfig
Answer Posted / ibm_smart
Hello,
Actually Balu what Dhil wrote was right.
Saurabh Kandpal whote the reverse which is not true.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do cookies work in servlets?
Given the request path below, which are context path, servlet path and path info?
What do you mean by chaining in servlet?
What is servlet initializer?
What is difference between jsp and servlet?
How is the get () method different from the post() method?
Explain session tracking and its importance?
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 servlet api used for conneting database?
How the typical servlet code look like ?
What is difference between get and post method?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
What is session?
How can you create a session in servlet?
What are the jobs performed by servlets?