JSTL and EL

JSTL and EL

University

10 Qs

quiz-placeholder

Similar activities

Css

Css

University

10 Qs

JSP

JSP

University

10 Qs

CSS quiz

CSS quiz

10th Grade - University

15 Qs

HTML

HTML

University

10 Qs

HTML Basics

HTML Basics

University

12 Qs

Java Standard Tag Library (JSTL)

Java Standard Tag Library (JSTL)

University

10 Qs

JSP

JSP

University

10 Qs

JSP Topic

JSP Topic

University

10 Qs

JSTL and EL

JSTL and EL

Assessment

Quiz

Computers

University

Easy

Created by

NOR AZIZAH SA'ADON

Used 9+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<%@ taglib prefix="c" uri=http://java.sun.com/jsp/jstl/core%> is used to define ____________ JSTL tags.

XML

core

formatting

datasource

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

JSTL core tags support all of the below, except:

conditional

iteration

url fowarding

sql manipulation

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<c:out> is similar to ____________.

<%! %>

<%= %>

<% %>

None of the above.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid way to include a JSTL library in a JSP file?

<%@ page contentType="text/html" language="java"%>

<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>

<script src="jstl.js"></script>

<link rel="stylesheet" href="jstl.css">

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which JSTL tag is used to iterate over a collection?

<c:forEach>

<c:if>

<c:choose>

<c:import>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the use of <c:if> tag?

It is used to check if jsp tag library is enabled or not.

It evaluates an expression and displays its body content only if the expression evaluates to true.

Both of the above.

None of the above.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which JSTL tag is used to include another JSP file?

<c:include>

<c:forEach>

<c:if>

<c:choose>

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?