wow cool

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