Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356ca75 commit 23b13b7Copy full SHA for 23b13b7
Java Core/Java Basics.txt
@@ -53,6 +53,7 @@ Java Basics
53
b) When used with a field defines a class field.
54
c) When used on an nested class declaration defines a static nested class.
55
d) Also can be used for static initialization block.
56
+ e) Can be used as a static initialization block
57
58
7. What is final?
59
@@ -457,4 +458,4 @@ Main method
457
458
459
9. Can main method be declared final?
460
- Yes it can be declared as final.
461
+ Yes it can be declared as final.
0 commit comments