predefined and userdefined methods in java

123456789
Across
  1. 1. What keyword is used to define a method in Java?
  2. 5. What is the term for the values passed to a method?
  3. 6. Which keyword is used to call a method?
  4. 7. What do you call the part of the method that executes the code?
  5. 9. What is the term for a method without parameters?
Down
  1. 1. What is the return type of a method that does not return any value?
  2. 2. What type of method is defined within a class?
  3. 3. What is a user-defined method in Java?
  4. 4. What is a predefined method in Java?
  5. 8. Can a user-defined method accept parameters?