I was wondering what the naming convention is in instances where you pretty much have to use an acronym in the class name. I read the oracle documentation here but it did not offer much help.
Usually I name classes starting with an uppercase character and uppercase characters for each subsequent word (when there are no acronuyms), but in this case URLfinder is arguably more legible than URLFinder.
I don't want to use UniformResourceLocatorFinder because it is too verbose.