What is directive jsp?
No Answer is Posted For this Question
Be the First to Post Answer
What is jsp and why is it needed?
Can a jsp page instantiate a serialized bean?
What is include directive in jsp?
What is scriptlet and what is expression?
How do I use sendredirect?
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.
How does a jsp work?
Can we use methods in JSP? If so where the methods are stored in servlet class file?
6 Answers Bodhtree, Cognizant, Persistent, TCS,
Explain handling of runtime exceptions.
Is jsp front end or backend?
How can we forward the request from jsp page to the servlet?
How do you pass control from one jsp page to another?