-
-
-
-
-
-
-
-
-
What do you understand by JSP Actions?
JSP actions are XML tags that direct theserver to use existing components or control thebehavior of the JSP engine. JSP Actions consist of atypical (XML-based) prefix of "jsp" followed by acolon, followed by the action name followed by one ormore attribute parameters.There are six JSP Actions:
-
What is the difference between and response.sendRedirect(url),?
The element forwards the requestobject containing the client request information fromone JSP file to another file. The target file can bean HTML file, another JSP file, or a servlet, as longas it is in the same application context as theforwarding JSP file. sendRedirect sends HTTP temporary redirect response tothe browser, and browser creates a new request to gothe redirected page. The response.sendRedirect...
-
-
How to implement pagination from database level.
Please provide me any sample source code for the same
-
-
-
Plotting graphics in JSP
How to generate a graph using real time data in jsp.
-
Restrict JSP page errors
How do you restrict page errors display in the JSP page.
-
Find the number of Visitors
How we can find the number of visitors in a given site?How to find the count of number of hits to a particular page irrespective of user?
-
Install Tomact
How to install tomact?
-
Users Count
How to count the number of users who logged on to a website?
-
Upload Files to Database
How to upload files to database using JSP?
JSP Interview Questions
Ans