Multiple choice technology programming languages

The Separator, Comma is Used to separate package names from subpackages and classes

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Java uses the dot (.) separator to distinguish between package names and subpackages (e.g., java.util.Vector). Commas are used for separating imports in import statements or declarations, not for package hierarchy. The standard notation is package.subpackage.ClassName.