About Question enthuware.ocajp.i.v8.2.1080 :
Posted: Sat Jan 09, 2021 9:36 am
I dont understand why option 4 is not valid.
final static public void main (String[ ] arguments ) { }
In another question this was actually an example for a valid main method definiton. Adding final does not make it invalid. What am I missing?
final static public void main (String[ ] arguments ) { }
In another question this was actually an example for a valid main method definiton. Adding final does not make it invalid. What am I missing?