Explain the jspdestroy() method?
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 many jsp implicit objects are there?
What is a hidden comment?
How to use jsp el to get http method name?
What is difference between javascript and jsp?
List out some advantages of using jsp.
What are the steps involved in reading data from a form using jsp?
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.
What do you know about jsp tags? Explain how you understand the action tag and jsp action elements.
Which syntax is used to comment jsp?
What is use of scriptlet tags in jsp?
Explain the difference between jspwriter and servlet printwriter in jsp?
Explain the jsp life cycle?
How does a jsp function?