cs.kent.ac.uk

Website:http://cs.kent.ac.uk
Upvotes received0
Downvotes received0
Karma:0 (upvotes-downvotes)



0 earned Badges

No badges were found



Definitions (208)

1

0 Thumbs up   0 Thumbs down

absolute filename


A filename whose full path is unambiguously given starting from the top (root) of a file system tree. For instance c:\Java\bin\javac.exe See relative filename.
Source: cs.kent.ac.uk

2

0 Thumbs up   0 Thumbs down

abstraction


A simplified representation of something that is potentially quite complex. It is often not necessary to know the exact details of how something works, is represented or is implemented, because we can [..]
Source: cs.kent.ac.uk

3

0 Thumbs up   0 Thumbs down

abstract windowing toolkit


The Abstract Windowing Toolkit (AWT) provides a collection of classes that simplify the creation of applications with graphical user interfaces. These are to be found in the java.awt packages. Include [..]
Source: cs.kent.ac.uk

4

0 Thumbs up   0 Thumbs down

actor


See client.
Source: cs.kent.ac.uk

5

0 Thumbs up   0 Thumbs down

actual parameter


See actual argument.
Source: cs.kent.ac.uk

6

0 Thumbs up   0 Thumbs down

agent


See server.
Source: cs.kent.ac.uk

7

0 Thumbs up   0 Thumbs down

aliases


Multiple references to a single object. Messages may be sent to the object via any of its aliases. A resulting state change will be detectable by all.
Source: cs.kent.ac.uk

8

0 Thumbs up   0 Thumbs down

anonymous class


A class created without a class name. Such a class will be an sub class or an implementation of an interface, and is usually created as an actual argument or returned as a method result. For instance [..]
Source: cs.kent.ac.uk

9

0 Thumbs up   0 Thumbs down

api


See application programming interface.
Source: cs.kent.ac.uk

10

0 Thumbs up   0 Thumbs down

applet


Applets are Java programs based around the Applet or JApplet classes. They are most closely associated with the ability to provide active content within Web pages. They have several features which dis [..]
Source: cs.kent.ac.uk


To view all 208 definitions, please sign in.