MCQOPTIONS
Saved Bookmarks
| 1. |
Which among the following for public specifier is false?$ |
| A. | The static members can’t be public |
| B. | The public members are available in other packages too |
| C. | The subclasses can inherit the public members privately |
| D. | There can be only one public class in java program |
| Answer» D. There can be only one public class in java program | |