Open close principle
According to Bertrand Meyer
“software entities (classes, modules, functions, etc.) should be open for extension, but closed for modification”
Read it the first time one can think the definition...
Home » All posts
JAVA References And Garbage Collection
in
java,
java interview
- on August 29, 2016
- No comments

Different Java references
Many java developers are not aware that java has mainly 4 types of references.
1. Strong Reference
2. Weak Reference.
3. ...