what is servlet chaining?
No Answer is Posted For this Question
Be the First to Post Answer
can u give some realtime example in ploymorphism? and inheritance?
What is the purpose of inter-servlet communication?
What is cgi and what are its drawbacks?
What is servlet name in web xml?
How can you create a session in servlet?
What is the need of session tracking in web application?
What is api in servlet?
What’s the difference between genericservlet and httpservlet?
Why do we need servlet filter?
I have a requirement Here we have a ResultSet object that will contain 50 records i need to print those recors in to a webpage(i.e; view according to MVC architectures that mybe servlet or jsp) . Here i need to print the records 10 per page that is 1 to 10 in page one and 11 to 20 in page two like remaining will be appeared in other pages we need to display those page numbers whenever we click on that page number we will go to that page and display 10 records like we will display 5 pages it is like this << 1 2 3 4 5 next >>
what is the advantage of using Servlets over CGI programming?
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.