MyJavaPuzzle
Across
- 4. a word sometimes used when making a class that extends another class
- 5. a keyword that specifies when you are using a class level variable instead of a normal variable with the same name
- 7. a piece of code that can be repeatedly be used
- 8. a type of variable that can hold multiple values
- 9. a keyword that can call other methods in other parent classes
- 12. what converts java code to assembly language for the computer.
- 14. a popular IDE for java coding
- 15. a keyword that makes a variable unable to be used in other classes
- 17. a method in object-oriented coding that can allow the user to set a class level variable
- 18. a conditional statement that has multiple cases
Down
- 1. something stores a type of value
- 2. a java file that holds code
- 3. a method used in object-orienting code that has the same name as the class
- 6. a line of code that repeats other lines of code in a specific amount.
- 8. the variables that go in the parenthesis when making a method and is information the user enters into the method for the method to use.
- 9. allows the user to type in the console and affect the outcome of a program
- 10. a type of variable that can hold any combination of characters and isn’t a native data type in java
- 11. Mr.Kulla requires this item from Taiwan and asked Jeffrey to find it.
- 13. a method in object-oriented coding that returns back a class level variable
- 16. a type of print command that can format the writing displayed and has only on set of quotes