Web Resources
Some of the resources are available in Danish only.
- The course book homepage with e.g. copies of the first three capters,
the authors notes and slides, and a list of errata.
-
The course Introduction to Programming (GP) has a CD-ROM with SDK
(Java system), a teaching program BlueJ (which we won't use) and some
other documentation targeted to that course. The CD-ROM can be
borrowed from the student administration if you are interested in it.
- The news group of the course is it-c.courses.IPBR, which you can access through your news reader (for example Netscape).
For more information about news groups see the
news groups info-page.
-
Common
error messages when compiling Java programs and their possible origin
-
Local copy of the
Java 1.4.1
documentation, in particular
API (application programmer interface) for all
packages and classes . Here is the API
specification for the Java 2 Platform, Standard
Edition, version 1.4.2.
-
A very short English/dansk
and dansk/English dictionary of computer terms.
-
The Sun Java Tutorial homepage.
Take e.g. your first cup of Java
following some of the trails.
-
Java
Precisely
a compact and detailed description of Java on 68 pages. However, it
does not contain the class libraries. Most useful after you finished
this course.
-
Old exam questions from IPBR:
- June 2004 (questions
ps ,
pdf ;
solutions
ps ,
pdf ).
- January 2003 (questions
ps ,
pdf ;
solutions
ps ,
pdf ).
- June 2003 (questions
ps ,
pdf ;
solutions
ps ,
pdf ).
-
Old exam questions from Grundlæggende Programmering
|