Java Crossword

123456789101112131415161718192021222324252627282930313233343536
Across
  1. 2. Has states and behaviors
  2. 4. List of Lists
  3. 5. Random Access Memory
  4. 8. Integer with decimals
  5. 9. Used similarly to if, Uses cases
  6. 10. Returns the value from a method
  7. 11. A method with same name as the class where you set variables
  8. 13. indicates a variable that doesn’t refer to an actual object
  9. 14. A loop using for
  10. 15. A name for coffee which this coding system is named after
  11. 18. A Loop that’s inside a loop
  12. 20. A type of loop using while
  13. 22. used to search for a particular value
  14. 23. Prints out anything you put in it.
  15. 24. This word spelled backwards is citats.
  16. 25. If one variable is true in a group of 2, then the whole thing is true
  17. 27. Do while loops don’t test the condition that stops the loop until after the statements in the loop has executed.
  18. 30. Used to connect a class to another.
  19. 31. Variable type that stores integers
  20. 32. To sort variables
  21. 33. Short for a character
  22. 34. List of values connected to one variable
  23. 35. Integer that only contains 7 decimal points.
  24. 36. Defined as a template
Down
  1. 1. Build off the concept of objects.
  2. 3. Variable type that only contains true or false
  3. 6. Normally the first method you learn about.
  4. 7. A block of code that when called does a specific action
  5. 9. Variable type that stores strings
  6. 12. Arrays are passed by _______ .
  7. 16. Used when a method doesn’t return anything
  8. 17. used to call main class.
  9. 18. If statements in an If Statement
  10. 19. Lets the class be called from other classes.
  11. 21. This game is made entirely of java.
  12. 23. A access specifier meaning that it can only be accessed by the methods of the same class.
  13. 26. Is where the class starts running
  14. 28. Is sued to contain info
  15. 29. to Declare something