What is the difference between include and jsp directive: include action?
No Answer is Posted For this Question
Be the First to Post Answer
What does jstl mean?
What is a jsp and what is it used for?
What is a jsp container?
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.
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
Explain handling of runtime exceptions.
Which jsp lifecycle methods can be overridden?
What is expression language injection?
Which one is correct order of phases in jsp life cycle?
What is the use of 'out' implicit object?
Can a constructor be used in place of init() method to initialize a servlet?
What is el?