Computer Science, asked by viratno2360, 1 year ago

What is the equivalent of C# namespace in Java?

Answers

Answered by veerukhugar
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