Is there a... Java Dictionary?

I'm learning Java syntax, and thus far, my biggest problem has been understanding the terminology used... ... not how to use the syntax. (In Example, someone might say: I just make all the panels beans).

Is there some sort of online Java Dictionary that I haven't found? In my mind, it would include things like enumeration, method, class, constructor, bean, etc., etc., etc...

Google is my Bible, however it seems it's easier to find tutorials on how to make stuff than it is to find out whatstuff actually means. For example, sure I know how to make a Java Bean, but what exactly is a Java Bean?

-Blaise

or maybe... I just lost my mind.

[680 byte] By [bbarstow06a] at [2007-11-27 1:41:36]
# 1
If you have used google to search "java tutorial", you should find http://java.sun.com/docs/books/tutorial/in the first result except the adFor API document, find here http://java.sun.com/j2se/1.5.0/docs/api/
rym82a at 2007-7-12 0:57:12 > top of Java-index,Java Essentials,New To Java...
# 2
The API javadocs has an index (the link is at the top of the pages in the frame on the right). Also there's the Java Language Spec and the Java Programming Language Guide books online, and they have indices. Or you can just buy those books in printed form and use the indices.
paulcwa at 2007-7-12 0:57:12 > top of Java-index,Java Essentials,New To Java...
# 3
http://www.google.com/search?q=java+glossary
ChuckBinga at 2007-7-12 0:57:12 > top of Java-index,Java Essentials,New To Java...