java

12345678910111213141516171819202122232425262728293031323334353637383940
Across
  1. 1. True or false
  2. 4. Translate 0’s and 1’s
  3. 9. Variable can be accessed by extending class
  4. 10. Variables with decimals
  5. 11. Strings are not a part of this variable group
  6. 15. Primary method
  7. 18. Values bubble from left to right
  8. 19. Binary code is in this base
  9. 20. if or else is a ______
  10. 23. This company created java
  11. 26. Holds Data Value
  12. 27. Used for variables with words
  13. 29. Variables with integers
  14. 30. Variable can only be used in one class
  15. 31. This is used when a method doesn't return a value
  16. 32. Puts value in parameter
  17. 34. _____.out.println;
  18. 36. Used when a method returns a value
  19. 38. Used for classes that don’t return data
  20. 40. Java is named after this drink
Down
  1. 2. This method of coding uses instances of classs
  2. 3. Not required while using object oriented
  3. 5. Variable cant be changed
  4. 6. Used when referring to the parent class
  5. 7. Similar to double
  6. 8. Returns value when paired up with a setter
  7. 10. Type of loop
  8. 12. Stores values
  9. 13. Variable can be used in different classes
  10. 14. Stores a series of values
  11. 16. You use this keyword in a switch statement
  12. 17. Variables with single letters
  13. 21. This game was made using java
  14. 22. This loop repeats a command if a condition is met
  15. 24. Location of Sunmicrosystems
  16. 25. Generate random value
  17. 28. Adds on to code in a different class
  18. 33. Used to refer to local variable
  19. 35. You use this type of loop with case statements
  20. 37. Paired with if for a loop type
  21. 39. Used for error trapping