Across
- 4. allows any other class to access the method
- 6. executes single statement if a boolean = true
- 9. used to describe a an integer with 4 bytes of memory
- 10. used to break out of a loop or switch statement
- 12. expression when you need to select one of several alternatives
- 15. hides method from other classes
- 18. special method used to initialize objects
- 22. the new name for the city bangalore
- 23. organized lists of data
- 24. variable declaration with a variable name with an object type
- 26. way to sort arrays by swapping and comparing elements with the folliwng element
- 27. compares values in a conditional statement
Down
- 1. expression to follow process over and over
- 2. interfaces in a running java application
- 3. prints in console
- 5. way to search arrays to find the value as quickly as possible
- 7. used to describe an integer with decimal values to 7
- 8. declares method as static
- 11. putting values into something
- 13. block of statmeents that has a name, can be executed by calling
- 14. used to declare a variable that is true/false
- 16. a thing with states and behaviors
- 17. used to describe a variable with decimal values to 15
- 19. statements ignored by the compiler
- 20. way to sort arrays by bubbling the elements to their location
- 21. lets subclasses use method but hides method froom other classes
- 25. used to declare a method that does not return a value
