Computer Science, asked by anvitamate, 12 hours ago

what is the method name and the number and type of arguments in the function prototype in Java

Answers

Answered by redurgavaraprasad
1

Answer:

A method in Java is a block of statements that has a name and can be executed by calling (also called invoking) it from some other place in your program. Along with fields, methods are one of the two elements that are considered members of a class. (Constructors and initializers are not considered class members.)

I hope it's helpful to you

please mark me as Branliest

Similar questions