Name the servers that can be used to develope and deploy
Servlets?
Answer Posted / janet
1.JavaWebServer -- now its almost gone
2.JRUN
3.Apache Server
4.Netscape Information Server
5.Web Logic
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
If some new data has entered the database, explain how can a servlet refresh automatically?
What are the common methods that are included in the http servlet class?
Explain in brief the directory structure of a web application?
What is the need of servlet filters?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
How to find whether a parameter exists in the request object?
What are the differences between servlet context vs servlet config?
What's the difference between authentication and authorization?
What do you mean by session tracking?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
Which interface should be implemented by all servlets?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
Define the life cycle of a servlets.
Explain servlet events?