111 and 112 Intro to Java

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