Where are the java help files?



Is there some kind of standard help file (on unix) that would tell me
what function belongs to what? Like say for example, I don't know where
the java sqrt() function is. Is there any kind of help mechanism (like
a man page) that would tell me that is part of Math? Or do I just have
to memorize what java functions belong to what class?

Chad

.