Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

An assembly is closer to a JAR. It is a single unit which can contain multiple namespaces. However, in the Java runtime, the package is the top-level organizational unit. In .NET, it's the assembly. The fully qualified type name in .NET contains the assembly, namespace, and type name. In Java, it's just the package and type name.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: