# CSharp

### Package Management \[difference between java]

Both Java and C# has ways to reuse code. In java they use **import \<packages>**, in C# they use **using \<namespace>.** So how do they differ? Are they similar?

![One of my favorite answer on (Packages vs Namespaces) ](https://1016642613-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MLICeMp-ugVlUqxbbIS%2F-MP3lTZmODGpiXZygfib%2F-MP3lUrZM151yzmBzLtD%2Fimage.png?alt=media\&token=c55f1a06-10ab-4056-86e2-96a86c21aa1f)

###
