Computer Science, asked by sharansss114, 1 year ago

Syntax of function in java

Answers

Answered by frank55oops
1
access specifier static or non-static return type method name (arguments) {
 
                       //  body of the function
}

Example:
public static void main( String[] args) {

}
Similar questions