What is the equivalent of C# namespace in Java?
Answers
Answered by
2
Hey mate
*Namespace in C# A namespace is designed for providing a way to keep one set of names separate from another.
*The class names declared in one namespace does not conflict with the same class names declared in another.
*In Java, the directory structure should match the package structure, but not required in C#
I hope this will helps you
mark my ans as brainliest
Similar questions
Computer Science,
6 months ago
Math,
6 months ago
Political Science,
6 months ago
Computer Science,
1 year ago
Physics,
1 year ago
Math,
1 year ago