MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is false statement about package in java? |
| A. | Packages are used for preventing naming conflicts |
| B. | Providing controlled access: protected and default have package level access control. |
| C. | Packages cannot be considered as data encapsulation |
| D. | both a and c |
| Answer» D. both a and c | |