Can we define a class in a jsp page?
How can I implement a thread-safe jsp page? What are the advantages and disadvantages of using it?
how can i add properties in dynamic text fields using .js file?
Explain the difference between forward and sendredirect?
What is request scope in jsp?
Hi, We developed a webpage using jsp for our team, now we need to know who are employees opening this page,i.e, we need to get the windows user name when ever he/she open the page and stores into a variable. Plz help on this
How do I set password expire time period?
How do we catch exception and process it using jstl?
What is the jsp:setproperty action?
Define jsp declaration?
How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.
Why jsp is faster than servlet?
Show the 2 types of comments in JSP.