What do you mean by cgi?
No Answer is Posted For this Question
Be the First to Post Answer
If servlet receives multiple requests, how many objects will it create?
What methods do you use in servlet - applet communication?
In jsp custom tags from child tags to how many levels of parent tags you can acess
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
How session tracking can be achieved, if your browser doesn't support cookies (or) if cookies are disabled?
why are extending GenericServlet and why are extending HttpServlet explain?
what is the difference between ServletContext and ServletConfig
Difference between httpservlet and generic servlets?
What is servlet mapping?
What are session variable in servlets?
What is a servlet context?
Does servlet have main method?