What are the directives in jsp?
No Answer is Posted For this Question
Be the First to Post Answer
which situation you use static include and dynamic include in 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 is content type in jsp?
What is difference between custom jsp tags and beans?
Can jsp run without server?
What is <jsp:usebean> in jsp?
What is difference between jsp and javascript?
How to set a cookie in JSP?
What is difference between sendredirect and forward?
Tell us about the stages (phases) of the jsp life cycle.
what are the alternate way to use the scriplet in jsp.
What is expression language injection?