Java Crossword

1234567891011121314151617181920212223242526272829
Across
  1. 1. Instance of a class
  2. 4. Various procedures and statements in order to produce a desired result
  3. 6. Words excluded from the program used to help stay organized
  4. 7. Java Development Kit
  5. 10. Freeing of errors
  6. 12. The ability to create classes with more specific attributes
  7. 13. International system of character representation
  8. 14. Multiple forms
  9. 17. Creates block comment lines of code
  10. 18. Values stored in computer memory
  11. 21. A group of built-in java classes
  12. 22. The use of non-printing characters and blank lines
  13. 25. "Grammar" of any language
  14. 26. Program statements
  15. 28. General term for computer equipment
  16. 29. Set of values for its attributes
Down
  1. 2. Binary statements after a program is compiled
  2. 3. Collection of objects with similar properties
  3. 5. Converts program into machine language for the computer to understand
  4. 8. To create an instance
  5. 9. Dividing source code into portions for analysis
  6. 11. Hiding methods and data withing an object
  7. 12. A program component such as class or object
  8. 15. Software Development Kit
  9. 16. Frequently Asked Questions
  10. 19. Information passed into a method to perform tasks
  11. 20. General term for computer programs
  12. 23. Set of operations performed by a program
  13. 24. Words that are part of a programming language
  14. 27. Self containing block of code