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