📜 ⬆️ ⬇️

Cheat Sheet by SCJP. Part one

image
I am preparing for the SCJP exam on the book by Kathy Siera, writing out Two-Minute-Drill after each article. I want to share with habravchanami.

Identifiers and Access Levels


Identifiers



Rules for declaring classes / methods / variables.



Class access modifiers.


')
Other modifiers for the class.



Interfaces



Modifiers for class fields.



Local variables.



Other information about modifiers.



Methods with a variable number of variables (var-arg)


Enumerations.



Static variables and methods.



Arrays



miscellanea


On it the first part is finished, thanks for attention!
Part 2

Source: https://habr.com/ru/post/150186/


All Articles