111 and 112 Intro to Java
Across
- 6. }
- 7. define an object's behavior
- 8. most basic data types in the Java language (boolean, byte, char, short, int, long, float, double)
- 9. decimal numbers
- 11. specific instance of a class with defined attributes
- 12. puntuation mark at the end of a programming statment
- 14. allows compiled Java program to communitcate with the computer
Down
- 1. used in Java to surround bodies of loops, methods, and classes
- 2. {
- 3. data type representing a sequence of characters
- 4. represents a true or false value
- 5. specifies an action in a Java program (declaration, expression, control flow)
- 6. formal implementation, or blueprint, of the attributes and behaviors of an object
- 10. precise rules defining how the letters, words, and punctuation of a programming language are required to be used together
- 13. integer