So my question is: What are Java, .NET Assemblies, and .NET Namespaces packages and is the Java package the same as the .NET Namespace?
I used Google to get the following:
Java package: Java packages provide a way to organize files into different directories according to their functionality, usability, and also the category to which they belong. An example package is the JDK package.
.NET Assembly: The .NET assembly provides the fundamental unit for grouping physical codes.
.NET Namespace: The .NET namespace provides the basic unit for grouping logical codes.
I read about them, but didn’t really understand if anyone could explain this further?
JHarley1
source share