217k views
5 votes
Which of the following is part of the signature of a java method

The method body
Modifiers
The return type
Parameters

User EboMike
by
7.7k points

1 Answer

2 votes

A method signature in Java contains the method name and the number and type of its parameters.


The answer is parameters.


User Chironex
by
8.2k points