JSP Topic

JSP Topic

University

10 Qs

quiz-placeholder

Similar activities

JavaScript Basics

JavaScript Basics

12th Grade - University

15 Qs

Programación 2: Primer Parcial Teórico

Programación 2: Primer Parcial Teórico

University

8 Qs

WE Quiz #6

WE Quiz #6

University

15 Qs

JAVA UNIT 1 PART 3

JAVA UNIT 1 PART 3

University

13 Qs

EJ Uint 1

EJ Uint 1

University

10 Qs

Web Technology

Web Technology

University

15 Qs

Basic Java

Basic Java

University

15 Qs

HTML, JAVASCRIPT,XML

HTML, JAVASCRIPT,XML

University

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