Java / Modifiers
What are the other applicable modifiers for main() method?
A main() Method is static by default.
It can also be declared final and synchronized.
More Related questions...
A main() Method is static by default.
It can also be declared final and synchronized.
More Related questions...