InterviewSolution
Saved Bookmarks
| 1. |
Why Is The Main Method Static? |
|
Answer» So that it can be INVOKED WITHOUT CREATING an INSTANCE of that CLASS. So that it can be invoked without creating an instance of that class. |
|