Which of the following is a correct call to a method declared as public static void aMethod(char

Question:

Which of the following is a correct call to a method declared as public static void aMethod(char code)?
a. void aMethod();
b. void aMethod('V');
c. aMethod(char 'M');
d. aMethod('Q');

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question

Java Programming

ISBN: 978-1337397070

9th edition

Authors: Joyce Farrell

Question Posted: