MyJavaPuzzle

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