views:

195

answers:

1

What's the difference between this.getClass().getClassLoader().getResource() and ClassLoader#getResource() ?

Frank

+2  A: 

The first is the actual code, the second is just a pointer which class/method you should use.

By the way, you should rather have asked this minor question/request-for-clarification in a comment on my answer in your previous question.

BalusC