Differentiate between the get and post method
No Answer is Posted For this Question
Be the First to Post Answer
What are session variable in servlets?
What are the methods in HttpServlet?
What do you mean by httpservlet and how it is different from the genericservlet?
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 >>
Is JSP Thread Safe ???? How To make JSP thrad safe ?????
In jsp custom tags from child tags to how many levels of parent tags you can acess
What is the first statement in jsp page.
What do you mean by servlet?
How will you open a new page after certain interval of time (5 sec), on clicking of a button in an html page?
How will two or three servlets interact or communicate with each other?
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.
Explain their methods? Tell me their parameter names also have you used threads in servlet?