Answer Posted / abc
Yes. You can use Threading in Servlet by implementing
SingleThreadModel interface.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to notify an object in session when session is invalidated or timed-out?
What do you mean by session tracking and also explain its techniques?
Why do you use session tracking in httpservlet?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
What is the procedure of invoking different servlet in a different application?
Define declaration.
What's the use of servletcontext?
What is the type of method for sending request from http server?
How can we create deadlock situation in servlet?
What are the different mode that servlets can be used?
Explain the architechure of a servlet?
Describe servlet?
How do we go with database connection and log4j integration in servlet?
Can you send an authentication error from a servlet?
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