Across
- 2. A 0 or a 1.
- 6. A primitive data type that holds a 16-bit Unicode value.
- 7. (&& || ^ | & !) are called _____ operators.
- 8. An indication of a problem during a program's execution.
- 13. A value used by an operator.
- 14. Defines and standardizes how people and classes interact with each other. Requires the implements keyword to use.
- 15. The name for a keyboard shortcut that allows access to GUI elements.
- 18. Calling it can perform a task and return a value.
- 19. Customizing the user interface for a specific country, region, culture, or language.
- 20. A ____ operator takes only one value.
Down
- 1. Abbreviation for standard output.
- 3. An access modifier.
- 4. Displays text in a GUI and is created with JLabel.
- 5. Class that reads input from the keyboard.
- 9. To create and instance of a class.
- 10. The backslash, as in \t, is called an _____ character.
- 11. /** */ is called what kind of Java comment?
- 12. A series of characters consisting of letters, digits, underscores, and dollar signs but does cannot begin with a digit.
- 13. An instance of a class.
- 16. Keyword that skips the remaining statements in a loop and begins the next iteration.
- 17. A loop that repeats as long as a condition is true.
