Java Crossword

123456789101112131415161718192021222324252627282930
Across
  1. 1. Java is an ____ language
  2. 3. Type of variable that stores decimals
  3. 5. What the object does, they become functions in a class
  4. 8. A method used to change the value of a variable
  5. 11. A method that has the same name as the class
  6. 14. Company that developed java
  7. 15. Base 8:0, 1, 2, 3, 4, 5, 6, 7
  8. 17. Hardwired memory that can't be changed
  9. 18. Translates the program from Java to a language the computer can understand
  10. 19. The displaying of information
  11. 20. Nicely organized lists of data
  12. 22. Way information is passed to methods
  13. 24. What the name java originated from
  14. 25. The means by which information can be "permanently" saved
  15. 27. Type of variable that stores words or numbers
  16. 28. Type of variable that stores single letters
  17. 30. Type of variable that stores values as true or false
Down
  1. 2. A feature that allows a class to have two or more methods, having same name, if their argument lists are different
  2. 4. A blue print from which individual objects are created
  3. 6. Variables that are declared as private or protected
  4. 7. Base 16:0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F
  5. 9. Base 2:0 and 1
  6. 10. Nouns that describe the object, they become the private data members of a class.
  7. 12. Involves manipulations controlled by the Control Unit, Arithmetic Logic Unit, and Temporary Storage along with the control of information within the computer system
  8. 13. Loops that automatically maintain a counter variable
  9. 16. Type of variable that stores integers
  10. 19. An instance of a class
  11. 21. A method used to read the value of a variable
  12. 23. Something used in coding to store different types of data
  13. 26. The transfer of information into a computer system
  14. 29. Temporary money that is lost when the computer is turned off