when you comppile the servlet is it neccesary to restaet the
tomcat server?
Answer Posted / sachin
reloadable=true has some problem in tomcat5.x or later
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is pure servlet?
Why servlet is used as controller ? Not JSP? I want complete explation?
Tell us something about servletcontext interface.
How to read request headers from servlets?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
What is Servlet API used for connecting database?
What is difference between PrintWriter and ServletOutputStream?
Why is init() method is used in servlets?
What are different methods of session management in servlets?
What is SingleThreadModel interface?
Difference between GET and POST?
What are the uses of servlets?
What are the type of protocols used in httpservlet?
Why don't we write a constructor in a servlet?
Can you call a jsp from the servlet?