Can threads be used in Servelet?
Answers were Sorted based on User's Feedback
Answer / prathap
Threads Cannot code manually by the programmer.The facility
itself given by the Servlet Container.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / abc
Yes. You can use Threading in Servlet by implementing
SingleThreadModel interface.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the difference between Difference between doGet() and doPost()?
Write a servlet to upload file on server.
What is a servlet?
Write a program to show the functionality of doget and dopost method?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
What is session tracking?
What do you mean by servlet?
1.HttpSession 2.Hidden fields 3.URL Rewriting these primitive type of Session maintainance. What is the other type of process that could help to maintain the Session? pls Explain the process if u know?
How servlets are deployed in java?
Which is better jsp or servlet?
Explain life cycle of a Servlet?
How to set a cookie that is persisted only for the duration fo the clients session?