What's the difference between boolean and Boolean in Java?

Viewed 99293

I would like to understand the difference between the Boolean and boolean types in Java, specifically as they relate to GWT. I know that methods are not supported but I want more info if it is available.

8 Answers
Related