wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Overview of Java Web Development

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

______ technology is the foundation of all the Web application technologies

a)

JSP

b)

HTML

c)

Java Servlet Technology

d)

JavaScript

2.

_____ are Java classes that dynamically process requests and construct responses.

a)

HTML

b)

Servlets

c)

JSP

d)

JavaScript

3.

_________ are text-based documents that execute as servlets but allow a more natural approach to creating static content

a)

Java Server Pages

b)

HTML Pages

c)

Servlets

d)

MySQL Tables

4.

JSP runs on a _(1)_ and respond to requests from _(2)_

a)

(1) client, (2) servers

b)

(1) device, (2) users

c)

(1) browser, (2) databases

d)

(1) server, (2) clients

5.

JSP executes inside a ______ on the Web-server or Application server.

a)

Servlet Container

b)

JSP Container

c)

Application Container

d)

JavaScript Container

6.

JSP use _____ to represent business logic model.

a)

Java Classes

b)

Databases

c)

JavaBeans

d)

MVC

7.

3 types of JSP Directive Elements are:

a)

import, include, tags

b)

param, include, extends

c)

page, include, taglib

d)

forward, include, taglib

8.

'import' is an attribute for JSP Page Directive

a)

True

b)

False

9.

JSP Scripting Elements consist of ...

a)

Statement, Script & Javadoc

b)

MVC, Servlet & Container

c)

HTML, JavaScript & MySQL

d)

Expression, Scriptlet & Declaration

10.

<%! variable or method declaration %> is a syntax for JSP Expression

a)

True

b)

False