Categorization of keywords? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

Categorization of keywords?

I recently started to learn java, my only background is MIT App Inventor 2. I have been attempting to put each keyword (public, static, void, main, protected, private, int, etc..) in to categories pertaining to what they do. My only success has been in the fact that VOID replaces INT, DOUBLE, FLOAT, etc and does not return value, but it can do things such as print to the console... I am completely lost on the other keywords and would love some help or dummy-fying of their meanings / purposes and how each replaces/ compliments / relates to each other. Thanks!

3rd May 2017, 5:55 PM
Data Pursuit
Data Pursuit - avatar
1 Réponse
+ 13
You can find categories and explanations of all Java keywords here: http://www.codejava.net/java-core/the-java-language/java-keywords Hope this helps.
3rd May 2017, 6:24 PM
Tashi N
Tashi N - avatar