What are the advantages of Servlet over CGI?
No Answer is Posted For this Question
Be the First to Post Answer
If we disable cookies in our web page, what will happen?
What do you mean by servlet context?
What is ServletContext object?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
What is the functionality of actionservlet and requestprocessor?
can we override service method in my servlet class..?? if yes or no why ??
What are the uses of servlets?
When we don't write any constructor for the servlet, how does container create an instance of servlet?
What is Servlets and explain the advantages of Servlet life cycle?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
What is the difference between the http servlet and generic servlet?