Term 1: Web Development and Java Programming Glossary, Quizzes of Introduction to Business Management

Definitions for various terms related to web development using html, css, and java, including attributes, elements, declarations, methods, javadoc, scriptlets, exceptions, jdbc, expression language, javabeans, drivers, form handling, event handlers, jsp, mvc design pattern, qualified names, server runtime environment, and common programming errors.

Typology: Quizzes

2013/2014

Uploaded on 11/06/2014

harjosh
harjosh 🇺🇸

1 document

1 / 7

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
TERM 1
Attribute
DEFINITION 1
Contains values that identify linked web pages within a web
page.In the HTML tag p style="font-family:Ezekial97", "style"
fills this role
TERM 2
Element
DEFINITION 2
Anything inside a tag (H1, img, H3)
TERM 3
Declaration
DEFINITION 3
Java code such as String errorMessage, consisting of a type
of name followed by a variable name
TERM 4
Method Signature
DEFINITION 4
Java code that introduces the name, return type, and
parameters of a method
TERM 5
JavaDoc
DEFINITION 5
This useful utility program converts source code comments
into nicely formatted HTML documentation
pf3
pf4
pf5

Partial preview of the text

Download Term 1: Web Development and Java Programming Glossary and more Quizzes Introduction to Business Management in PDF only on Docsity!

Attribute

Contains values that identify linked web pages within a web

page.In the HTML tag p style="font-family:Ezekial97", "style"

fills this role

TERM 2

Element

DEFINITION 2

Anything inside a tag (H1, img, H3)

TERM 3

Declaration

DEFINITION 3

Java code such as String errorMessage, consisting of a type

of name followed by a variable name

TERM 4

Method Signature

DEFINITION 4

Java code that introduces the name, return type, and

parameters of a method

TERM 5

JavaDoc

DEFINITION 5

This useful utility program converts source code comments

into nicely formatted HTML documentation

Scriptlet

Used to execute a java statement in a JSP page. %...% tags

TERM 7

AssertEquals

DEFINITION 7

Method that asserts two booleans are equal

TERM 8

Form Action attribute

DEFINITION 8

This attribute of the HTML form element specifies the server

resources to which the request will be submitted

TERM 9

JSP

DEFINITION 9

This file contains both HTML, CSS and Java code

TERM 10

Model-View-Controller Design Pattern

DEFINITION 10

Representation of data is separated from the visualization of

data

Form onSubmit

Executes a specified action when a form is submitted

TERM 17

Event Handler

DEFINITION 17

function or method containing program statements that are

executed in response to an event. Typically processes

actions such as keystrokes or mouse movements

TERM 18

jsp.usebean tag

DEFINITION 18

Declares a JavaBean for use in a JSP page

TERM 19

Controller

DEFINITION 19

component of MVC patterns that implements business logic

to determine which of possible jsp pages should be used

TERM 20

qualified name

DEFINITION 20

package name followed by class name

server runtime environment

collection of java classes is needed to allow our classes to

invoke the classes in Tomcat

TERM 22

NullPointerException

DEFINITION 22

Thrown when an application attempts to use null in a case

where an object is required.

TERM 23

skinny decision tree

DEFINITION 23

TERM 24

Data Access object

DEFINITION 24

object that provides an abstract interface to some type of

database

TERM 25

SELECT element

DEFINITION 25

Makes a dropdown list