Added Official Java Docs for Static Fields/Methods (#23825)
This commit is contained in:
@ -115,3 +115,7 @@ public class Main {
|
||||
}
|
||||
```
|
||||
One of the use case of static nested classes in [Builder Pattern](https://en.wikipedia.org/wiki/Builder_pattern#Java) popularly used in java.
|
||||
|
||||
#### More Information:
|
||||
- [Oracle Java Docs :Static Fields](https://docs.oracle.com/javase/specs/jls/se7/html/jls-8.html#jls-8.3.1.1)
|
||||
- [Oracle Java Docs :Static Methods](https://docs.oracle.com/javase/specs/jls/se7/html/jls-8.html#jls-8.4.3.2)
|
||||
|
Reference in New Issue
Block a user