JSTL Quiz 2S2C Home « JSTL Quiz 2
The questions in this quiz on JavaServer Pages Standard Tag Libraries are on the topics covered in the fourth and fifth lessons of the JSTL section of the site. The table below lists the lesson used for each quiz, a description of the lesson content and the quiz number and questions associated with that lesson.
Lesson Summary
Click on a lesson in the table to go to that lesson for a refresher on the topics for that quiz.
Click on a quiz in the table to go straight to the quiz for a particular lesson.
JSTL Lessons | Description | Quiz Info. |
---|---|---|
Lesson 2 - Core Tag library | In our first lesson on JSTL libraries we look at the Core tag library. | Quiz1 11 questions |
Lesson 3 - XML Tag library | In our second lesson on JSTL libraries we look at the XML tag library. | |
Lesson 4 - II8n Tag library | In our third lesson on JSTL tag libraries we look at the II8n tag library. | This quiz. 11 questions |
Lesson 5 - Database Tag library | In our fourth lesson on JSTL tag libraries we look at the Database tag library. | |
Lesson 6 - Functions Tag library | In our final lesson on JSTL tag libraries we look at the Functions tag library. | Quiz3 10 questions |
Lesson 7 - Creating Custom Tags | In this JSTL lesson we look at creating our own custom tags for when the functionality we need is not present in the JSTL tag libraries. | |
Lesson 8 - EL Functions | In this JSTL lesson we look at EL Functions. | Quiz4 10 questions |
Lesson 9 - Tag Files | In our final lesson on JSTL we look at Tag Files. |
JSTL Quiz 2
The quiz below tests your knowledge of the material learnt in the fourth and fifth lessons of the JSTL section of the site.
Question 1 : What is the default value of the
type
attribute for the <fmt:formatNumber
> and <fmt:parseNumber
> actions? - The default value of the <code>type</code> attribute for the <code>fmt:formatNumber</code> and <code>fmt:parseNumber</code> actions is <code>number</code>.
Quiz Progress Bar
What's Next?
The next quiz is on sixth and seventh lessons of the JSTL section of the site.