|
Method and parameter name are very useful when well chosen.
I definitely consult the javadoc when what does the method is not so obvious.
And then, when the proper usage requires more then only the basics understanding, I consult tutorials... If JUnit test is available it may be a good start too.
|