InterviewSolution
Saved Bookmarks
| 1. |
Can You Declare Multiple Classes In Your Java Source Code File? |
|
Answer» A SINGLE java PROGRAM can have any NUMBER of class declarations but only one class can be declared as Public. A single java program can have any number of class declarations but only one class can be declared as Public. |
|