SE 450 Mid-Term Exam Study Guide
Winter 2000 (96-450-201, 96-450-202, 96-450-204)
-
The mid-term exam will be an open-book, open-notes exam.
-
Topics covered:
-
Java basics (Chapter 2).
-
Java development environment: files, tools
-
compilation
-
html-page and applet-tag.
-
Java language (Sections 3.1 - 3.4, 4.1 - 4.3)
-
classes and objects
-
cxtending classes
-
interfaces
-
expressions
-
control flows
-
Applet and AWT (Sections 3.7, 4.6, 6.3)
-
animation, off-screen-drawing
-
AWT class organization, Component/Container
-
layout managers: BorderLayout, FlowLayout, GridLayout
-
components: Choice, Button, Label, Panel
-
event handling (Button and Choice)
-
classes: Graphics, Color, Font, FontMetrics