JAVA SE Advanced Study Notes -03.Java language commonly used API_1- -01- Section 6 static static

1_3_6_11_ static static keyword overview .avi

Here Insert Picture Description
1_3_6_12_ modified static keyword static member .avi

Here Insert Picture Description

1_3_6_13_ modified static keyword static member .avi

Here Insert Picture Description

1_3_6_14_ static static memory map .avi

Here Insert Picture Description

1_3_6_15_ static code block .avi

Static block of code is used for typical use static variables assigned to run only once (when the first such use)
in preference to non-static, i.e. further than the first implementation of the constructor

Here Insert Picture Description

Published 168 original articles · won praise 39 · views 110 000 +

Guess you like

Origin blog.csdn.net/u010481276/article/details/104735550