JSP Topic

JSP Topic

University

10 Qs

quiz-placeholder

Similar activities

Introdução PHP

Introdução PHP

University

14 Qs

SPRING INTRODUCTION

SPRING INTRODUCTION

University

10 Qs

Servlets & JSP

Servlets & JSP

University

10 Qs

Overview of Java Web Development

Overview of Java Web Development

University

10 Qs

JSTL and EL

JSTL and EL

University

10 Qs

Java server pages

Java server pages

University

10 Qs

JSP

JSP

University

10 Qs

Programación 2 - Segundo Parcial

Programación 2 - Segundo Parcial

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?