I wonder what the difference is between Class.getResource() and ClassLoader.getResource()?
Class.getResource()
ClassLoader.getResource()
edit: I especially want to know if any cachi
Class.getResources would retrieve the resource by the classloader which load the object. While ClassLoader.getResource would retrieve the resource using the classloader specified.
Class.getResources
ClassLoader.getResource