Across
- 4. A group of selectable components in which only one component may be selected
- 6. part of a program that allows user interaction via graphical components(ABBREVIATION)
- 8. A fixed-size object that can hold zero or more items of the declared type
- 9. The ability of a class or interface to extend more than one class or interface
- 12. A variable defined as final
- 14. A named grouping of classes and interface
Down
- 1. A method defined in a super class may be overridden by a method of the same name defined in a sub class
- 2. A constructor is automatically called when an instance of its class is created. A constructor always has the same name as its class, and has no return type.
- 3. When a super class is extended by a sub class
- 5. An object which state may not be changed
- 7. Information passed to a method
- 10. Statements and declarations enclosed between a matching pair of curly brackets { and }
- 11. Java's original platform-independent windowing, graphics, and user-interface widget toolkit(ABBREVIATION)
- 13. A class that extends its super class
