Java
Programming and Technical
Programming
Technical
Can you declare the main method as final?
Read Solution (Total 1)
-
- Yes. A main() method be declared final but any inheriting class will not be able to have it's own default main() method.
- 7 years agoHelpfull: Yes(0) No(0)
Java Other Question