Java: Basic Modeling
How would you explain a method in the context of Java classes in an interview?
Read MoreJava: Access Modifiers and Visibility
What are the tradeoffs of using package-private visibility?
Read MoreJava: Access Modifiers and Visibility
Why should we avoid exposing mutable objects through getters?
Read MoreJava: Access Modifiers and Visibility
Why use private fields with public methods in Java classes?
Read More