InterviewSolution
Saved Bookmarks
| 1. |
Can the main method be declared final? |
|
Answer» Yes, we can declare the main method as FINAL LIKE: public static final void main(String[] ARGS) |
|