What is jsp exception?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we need servlets and jsp?
What are the steps for creating custom tags in jsp?
What is a jsp file?
Why do we use expression language in jsp?
Explain the steps for creating custom tags in jsp?
Explain JSP directives.
What is taglibs?
How to comment out jsp code?
Can we use javascript in jsp?
What are JSP scripting elements?
What are the two ways to include the result of another page?
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.