Java Crossword

12345678910111213141516171819202122232425262728293031323334353637
Across
  1. 1. When a class inherits from another class.
  2. 3. The online IDE many classes use.
  3. 5. Information going out of your code.
  4. 7. Similar to if, else but for slightly different use cases.
  5. 8. The maker of all things made of code.
  6. 9. Operators like if, else, etc.
  7. 11. The part of the processor that does basic math.
  8. 13. The creation of a new variable.
  9. 15. Lonely methods/variables for only ONE.
  10. 16. The IDE most java coders use.
  11. 19. The unit of the computer that mainly processes stuff.
  12. 23. A line of characters.
  13. 25. Makes methods/variables available for ALL!
  14. 26. Only 1s and 0s.
  15. 27. Used to get java libraries.
  16. 30. The keyword to print stuff in console.
  17. 31. Used to create windows and graphics for java programs.
  18. 32. Information going into your code.
  19. 34. NO STATIC, multiple classes.
  20. 35. Numbers with too many decimal places.
  21. 36. Each file is called a _______.
  22. 37. Digits of 8.
Down
  1. 2. Eclipse is an example.
  2. 4. The folder containing all of your code and resources used.
  3. 6. A perfect amount of decimals.
  4. 7. Not for object oriented.
  5. 10. Fortified types that only its own can use.
  6. 12. The famous coding language itself.
  7. 14. Making the code.
  8. 17. Numbers without decimals.
  9. 18. For methods that return nothing.
  10. 20. Used to do basic math operations.
  11. 21. The original word maker.
  12. 22. Assigning values with the new keyword.
  13. 24. Variables that are local.
  14. 28. The main memory unit.
  15. 29. The method that helps sets up the class.
  16. 31. Used to accept text in from console.
  17. 33. Method Overloading.