Across
- 3. A keyword access specifier which allows any class to use a method/variable with this specifier
- 10. A loop inside a loop
- 13. When a daughter class inherits properties and methods from a parent class
- 16. A variable type that can contain real numbers, used more usually
- 18. A list of lists
- 19. Uses cases and break statements, a quicker way to compare different instances of a variable
- 20. A list of values, all having the same variable type
- 21. Keyword used in methods to return a value
- 26. Used in a conditional, abbreviated as ||
- 27. A variable type that can only contain a single character
- 28. public static void ____
- 29. A method with the same name as the class, where you initialize variables
- 30. A variable type that can contain real numbers, not used as often
- 31. An if statement in an if statement
- 32. Keyword used to call parent class (superclass)
- 33. System.out.____
- 34. A keyword access specifier which allows any subclass to use a method/variable with this specifier
- 35. Best teacher (teaches Algebra and Java)
- 37. Can take parameters, and does the exact same thing every time you call it
- 38. A variable type that can only contain true or false
Down
- 1. Smallest unit of data storage
- 2. System.out.____ but cursor moves to next line as well
- 4. Consists of 8 bits
- 5. Repeats the same lines of code multiple times
- 6. Opposite of spaghetti code
- 7. An instance of a class that has allocated memory space
- 8. A variable type that can only contain integers
- 9. Keyword used when a method does not return any value
- 11. The term referring to a parent class
- 12. A value that refers to no actual object
- 14. Keyword used to create a daughter class
- 15. Used in a conditional, abbreviated as !
- 17. The display that allows a user to interact with the program
- 19. A non-native Java type that can store strings of characters
- 22. The frameworks to create objects based on the class
- 23. Java was named after ______
- 24. Used to take in input from the console, in library java.util
- 25. Arrays are passed by _______
- 28. Finds the remainder of two numbers, uses a percentage sign
- 36. Used in a conditional, abbreviated as &&
