How does java thread pool work?
Answer / Rohit Singh Yadav
A Java thread pool manages a fixed or configurable number of worker threads that can execute tasks concurrently. The pool maintains a queue for tasks to be executed when threads are available, ensuring efficient utilization of system resources and preventing the creation of too many threads.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is httpservlet declared abstract?
What is the GenericServlet class?
waht is the main diference b/w servelts and JSP ?
What is a servlet context object?
What is servlet lazy loading?
What are the advantages of Servlet over CGI?
Which interface should be implemented by all servlets?
What is the difference between genericservlet and httpservlet
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 do cookies work in servlets?
Why don't we write a constructor in a servlet?
Explain the concept of ssi ?