JSTL and EL

JSTL and EL

University

10 Qs

quiz-placeholder

Similar activities

การสร้างเว็บไซต์

การสร้างเว็บไซต์

KG - Professional Development

15 Qs

Java 1

Java 1

University

10 Qs

JSP Topic

JSP Topic

University

10 Qs

HTML is FuN!

HTML is FuN!

University

10 Qs

CSS Rules Quiz-unit 4 CodeHS

CSS Rules Quiz-unit 4 CodeHS

7th Grade - University

7 Qs

HTML

HTML

University

15 Qs

JavaScript Basics

JavaScript Basics

12th Grade - University

15 Qs

pemograman web

pemograman web

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?