Across
- 1. data type that stores whole numbers from -127 to 128
- 4. method used to see if two strings have the same characters
- 6. block of code that executes as long as a specific condition isn't met
- 9. resizable array class
- 13. variable type that is a collection of characters
- 15. method used to check how long a string is
- 16. math method used to return a some number between 1 and 0
- 18. returns the position of the first found occurrence of specified characters in a string
- 19. keyword used to make a child class
Down
- 1. true or false variable type
- 2. the technique of making a function call itself
- 3. object-oriented programming language
- 5. method used to check how many objects are in an ArrayList
- 7. current owner of java
- 8. when many class are related to eachother by inheritance
- 10. method used to return the absolute value of x
- 11. a block of code that only runs when called
- 12. creating a method with the same name in a child class
- 14. conditional statement
- 17. return the item at a specific position in an arraylist
