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