InterviewSolution
Saved Bookmarks
| 1. |
How many public class(s) (outermost) can be there in a java program?(a) 1(b) 2(c) 3(d) As requiredThe question was posed to me in exam.My question is taken from Public Access Specifier in chapter Access Specifiers of Object Oriented Programming |
|
Answer» The correct choice is (a) 1 |
|