JAVA Methods
JAVA Methods
// code to be executed
} The function body
}
7
Prepared by: Ms. Dania Alsaid, Ms. Hana Alrasheed
Prepared by: Ms. Dania Alsaid, Ms. Hana Alrasheed 8
▪ To call a method in Java, write the method's name followed by two
parentheses () and a semicolon; in the main function
Parameters
act as
variables inside
the method
You can add
as many parameters as you
want, just separate
them with a comma.