ics.uci.edu

Website:http://ics.uci.edu
Upvotes received0
Downvotes received0
Karma:0 (upvotes-downvotes)



0 earned Badges

No badges were found



Definitions (42)

1

0 Thumbs up   0 Thumbs down

FOO


; the cascaded method call immediately calls replace
Source: ics.uci.edu

2

0 Thumbs up   0 Thumbs down

GOO


Cascaded method calls is similar to composition of functions in mathematics.
Source: ics.uci.edu

3

0 Thumbs up   0 Thumbs down

checked exception


A checked exception is a sublcass of Throwable but not of RunTimeException. Such exceptions generally indicate an extra-logical failure (one not related to programming errors; e.g. EndOfFileException) [..]
Source: ics.uci.edu

4

0 Thumbs up   0 Thumbs down

Access Modifier


A Java keyword that describes whether/how some class member can be referred to (accessed). Common access modifiers are public
Source: ics.uci.edu

5

0 Thumbs up   0 Thumbs down

Private


, protected
Source: ics.uci.edu

6

0 Thumbs up   0 Thumbs down

static


, and final
Source: ics.uci.edu

7

0 Thumbs up   0 Thumbs down

Accessor


A Java method that examines the state of an object but does not change it is called an accessor Accessors typically return a result (otherwise, calling one would produce not visible effect). Accessors [..]
Source: ics.uci.edu

8

0 Thumbs up   0 Thumbs down

constructor


A class member whose purpose is to help initialize all the fields of a class. Constructors can be overloaded.
Source: ics.uci.edu

9

0 Thumbs up   0 Thumbs down

Driver


A program with a simple menu for testing the constructors and methods of a class. The user selects which method to call via the menu, and the result of the operation is printed (often along with the c [..]
Source: ics.uci.edu

10

0 Thumbs up   0 Thumbs down

EBNF


Extended Backus-Naur Form: A notation for formally describing the syntax of a programming language (i.e., specifying which programs are grammatically correct).
Source: ics.uci.edu


To view all 42 definitions, please sign in.