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