Font size:
Print
Question: Which of the given statement is not true about a Java package?
1. Packages are used in order to avoid name conflicts and to control access of classes and interfaces.
2. A package can be defined as a group of similar types of classes and interfaces.
3. A package cannot have another package inside it.
4. Java uses file system directory to store package.
Prev Question  Which one of the following will declared ...
Next Question Given two files, what will be the output?class ...