Packages are containers for classes. They are used to keep the class name space compartmentalized. For example, a package allows you to create a class named List, which you can store in your own ...
An enumeration is a list of named constants. In Java, an enumeration defines a class type. By making enumerations into classes, the capabilities of the enumeration are greatly expanded. An enumeration ...
This page includes information for lectures, seminars. Details of undergraduate class teaching will be published on the Timetables web page in mid-September. Teaching begins on Monday, 29 September ...