How should I name packages if I don’t have a domain associated with me? [closed]
Use a top-level domain like ‘bernard’ or something else unique. The important part is that the domain is unique so that you avoid clashes, and not that it starts with a real Internet top-level domain like org or com. E.g. import java.util.*; import bernard.myProject.*; import org.apache.commons.lang.*;