@fastandcurious@lemmy.world to Privacy@lemmy.ml • 1 year agoWhat the actual fuck?!lemmy.worldimagemessage-square44fedilinkarrow-up1277file-text
arrow-up1277imageWhat the actual fuck?!lemmy.world@fastandcurious@lemmy.world to Privacy@lemmy.ml • 1 year agomessage-square44fedilinkfile-text
minus-square@taladar@sh.itjust.workslinkfedilink4•1 year agoThe package name should, however, match a domain owned by the publisher of the package.
minus-square@taladar@sh.itjust.workslinkfedilink5•1 year agoThat is how Java names work. The whole domain-like appearance is meant to avoid name collisions between packages made by different companies.
minus-square@taladar@sh.itjust.workslinkfedilink4•1 year agoYou are thinking of the standard library, I mean package names for third party code, specifically for what Java calls packages. https://docs.oracle.com/javase/tutorial/java/package/namingpkgs.html
The package name should, however, match a domain owned by the publisher of the package.
deleted by creator
That is how Java names work. The whole domain-like appearance is meant to avoid name collisions between packages made by different companies.
deleted by creator
You are thinking of the standard library, I mean package names for third party code, specifically for what Java calls packages.
https://docs.oracle.com/javase/tutorial/java/package/namingpkgs.html