JSTL and EL

JSTL and EL

University

10 Qs

quiz-placeholder

Similar activities

Bài 9 Tạo danh sách, bảng

Bài 9 Tạo danh sách, bảng

12th Grade - University

10 Qs

SPRING INTRODUCTION

SPRING INTRODUCTION

University

10 Qs

Quiz 1 HTML

Quiz 1 HTML

University

10 Qs

html

html

12th Grade - University

10 Qs

HTML CSS BOOTCAMP

HTML CSS BOOTCAMP

University

15 Qs

Texto en Boostrap

Texto en Boostrap

University

10 Qs

CSS - 19 Januari 2021

CSS - 19 Januari 2021

12th Grade - University

15 Qs

Review for Bootstrap Test

Review for Bootstrap Test

9th Grade - University

13 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?