Tag: java
All the articles with the tag "java".
TIL Encapsulation: Your Code's Protective Capsule
Published: at 10:00 PMEncapsulation in Java is a protective concept, resembling a secure capsule, and involves using getters and setters to control data access and modification.
TIL "this" keyword in JavaScript
Published: at 11:00 PMNavigating the nuances of "this" in JavaScript objects, from its behaviour within object methods to potential pitfalls with arrow functions.