Can servlet have a constructor ?
No Answer is Posted For this Question
Be the First to Post Answer
What is a servlet-to-servlet communcation?
What are the different types of servlets?
What are different ways for servlet authentication?
What is servlet and list its types?
what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }
Hi............ When i am started the tomcat server it started. but it not load the jar files wht we deploving file.suppose we load the wapp folder in webapps. At running time it show the below error in tomcat server INFO: validateJarFile(C:\Program Files\Apache Software Foundation\Tomcat 5.0\web apps\wapp\WEB-INF\lib\servlet-api.jar) - jar not loaded. See Servlet Spec 2.3, s ection 9.7.2. Offending class: javax/servlet/Servlet.class How to slove this problem in my system. plz give answer for this problem.
Define the servlet mapping.
What do you mean by annotations in servlet?
Is servlet a controller?
Write a program to show the functionality of doget and dopost method?
Can a jsp be called using a servlet?
What are the differences between servlet context vs servlet config?