Showing posts with label Java Keywords. Show all posts
Showing posts with label Java Keywords. Show all posts

Saturday, January 5, 2013

Java Keywords

As of Java 7, there are 50 keywords. I have compiled them for convenience by grouping them into different categories.

> The static keyword has been mentioned twice just for the sake of completing the category.
> In data types, all keywords but void may be used as data type as well as return type of methods, void can be used only as return type.