What are directives? What are the different types of directives available in jsp?
No Answer is Posted For this Question
Be the First to Post Answer
When does a container initialize multiple jsp objects?
What are the advantages and disadvantages of thread-safe jsp page?
How do I set password expire time period?
What does jsp mean?
how to set class path in java
Can we use methods in JSP? If so where the methods are stored in servlet class file?
6 Answers Bodhtree, Cognizant, Persistent, TCS,
What is welcome file list?
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.
Why do we need custom tags in jsp?
What is jsp application?
What is the difference between include directive and include action?
What are request and response objects?