111 and 112 Intro to Java

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