JSP Topic

JSP Topic

University

10 Qs

quiz-placeholder

Similar activities

CIS14A JavaScript Quiz 3 Review

CIS14A JavaScript Quiz 3 Review

University

10 Qs

Computer Languages

Computer Languages

KG - University

10 Qs

javaquizvivek

javaquizvivek

University

12 Qs

Java Control Flow statements

Java Control Flow statements

University

10 Qs

EJ Uint 1

EJ Uint 1

University

10 Qs

HTML, JAVASCRIPT,XML

HTML, JAVASCRIPT,XML

University

12 Qs

WE Quiz #6

WE Quiz #6

University

15 Qs

Quiz 10 Perancangan dan Pemrograman Web  2021-2

Quiz 10 Perancangan dan Pemrograman Web 2021-2

University

10 Qs

JSP Topic

JSP Topic

Assessment

Quiz

Computers

University

Medium

Created by

NOR AZIZAH SA'ADON

Used 6+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3 types of JSP Directive Elements are:

import, include, tags

param, include, extends

page, include, taglib

forward, include, taglib

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

JSP Scripting Elements consist of ...

Statement, Script & Javadoc

MVC, Servlet & Container

HTML, JavaScript & MySQL

Expression, Scriptlet & Declaration

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select valid declaration in JSP

<% int data=50; %>

<%!-- int data=50; --%>

<%@ int data=50; %>

<%! int data=50; %>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Java Server Pages (JSP) is a ------------------------------

client-side programming technology

server-side programming technology

Both

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following action variable is used to include a file in JSP?

jsp:setProperty

jsp:getProperty

jsp:include

jsp:plugin

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Java code is embedded under which tag in JSP?

Declaration

Scriptlet

Expression

Comment

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which attribute specifies a JSP page that should process any exceptions thrown but not caught in the current page?

The ErrorPage Attribute

The IsErrorPage Attribute

Both A & B

None of the above

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?