If servlet receives multiple requests, how many objects will it create?
No Answer is Posted For this Question
Be the First to Post Answer
What is cgi and what are its drawbacks?
What is session?
Explain the difference between jsp and servlet?
What is the process for chaining servlet?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
Whats the advantages using servlets over using CGI?
Can we use javascript in Servlets?
What are the common methods that are included in the http servlet class?
Tell us something about servletconfig interface.
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
can v create a constructor 4 servlet?
What do you mean by request dispatcher in servlet?