Font size
WorksheetsOverview of Java Web Development
Total questions: 10
Worksheet time: 5mins
______ technology is the foundation of all the Web application technologies
JSP
HTML
Java Servlet Technology
JavaScript
_____ are Java classes that dynamically process requests and construct responses.
HTML
Servlets
JSP
JavaScript
_________ are text-based documents that execute as servlets but allow a more natural approach to creating static content
Java Server Pages
HTML Pages
Servlets
MySQL Tables
JSP runs on a _(1)_ and respond to requests from _(2)_
(1) client, (2) servers
(1) device, (2) users
(1) browser, (2) databases
(1) server, (2) clients
JSP executes inside a ______ on the Web-server or Application server.
Servlet Container
JSP Container
Application Container
JavaScript Container
JSP use _____ to represent business logic model.
Java Classes
Databases
JavaBeans
MVC
3 types of JSP Directive Elements are:
import, include, tags
param, include, extends
page, include, taglib
forward, include, taglib
'import' is an attribute for JSP Page Directive
True
False
JSP Scripting Elements consist of ...
Statement, Script & Javadoc
MVC, Servlet & Container
HTML, JavaScript & MySQL
Expression, Scriptlet & Declaration
<%! variable or method declaration %> is a syntax for JSP Expression
True
False
