What is jstl?
Answer / Divyendu Singh
JSTL (JavaServer Pages Standard Tag Library) is a standard set of reusable tags for Java-based web applications. It provides a consistent way to perform common tasks such as conditional logic, iteration, and internationalization.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the different jsp element types?
How can the applets be displayed in the jsp? Explain with an example.
How to send data from jsp to jsp?
Explain about the Scriplet and Exclamatory Tag?
What is the need of jsp?
Is jsp page extensible true false?
Why is it not recommended to use script elements in jsp?
What are advantages of jsp over asp, php, pure servlets and others?
Explain some jsp life-cycle methods that can be overridden.
What is jsp custom tag and what are it’s components?
What is jsp and its advantages?
What is jstl (jsp standard tag library)?