Page 1 of 1

[HD Pg 0, Sec. 2.1.1 - the-main-method]

Posted: Sun Dec 22, 2019 9:01 am
by amannur
In the section "Examples of Invalid Main method", the #3, is the verbiage accurate?

It reads "Invalid because it DOESN'T take EXACTLY ONE parameter of type String array".

Re: [HD Pg 0, Sec. 2.1.1 - the-main-method]

Posted: Mon Dec 23, 2019 12:06 am
by admin
It looks fine. The given method has a String[] parameter, which is good but it also has a second String parameter, which is the problem.