Saved Bookmarks
| 1. |
Why main is special method in java program? |
|
Answer» Main is a special method that every Java application must have. When you run a program, the statements in the main method are the first to be executed. |
|