I am a .Net developer starting Java development for Android and would like to know if it\'s correct to think of Java packages like .Net assemblies.
A Java package is like a namespace in .NET.
The equivalent to an assembly in Java is jar file.