How servlet is created?
No Answer is Posted For this Question
Be the First to Post Answer
How httpservlet is different from the genericservlet?
can anybody send me j2ee softwares such as tomcat,weblogic server ,netbeans
how can we execute servelt? what the use ".war" or ".jar" file creation
i have 500 jsp in my application ,with same forward name,it lokks for appropritae jsp from 1 to 500,but i want to send response to 498 page,what should i do
Is classes folder is compulsory in web-inf/ even though u r deploying ur application with war file?
Why servlet is mostly used?
what happens if we wont use destroy()?
Why do we need servlet filter?
What are important features of Servlet 3?
Explain the war file?
How do you communicate in between Applets and Servlets?
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()?