Search code examples
Can anyone explain me example from Joshua Bloch item 41?...


javaeffective-java

Read More
Why are readObject and writeObject private, and why would I write transient variables explicitly?...


javaserializationeffective-java

Read More
How much should a function trust another function...


javaverificationeffective-java

Read More
Should exception check be explicitly done in public function if private function needs the same inpu...


javaexceptioneffective-java

Read More
Static factory methods in effective java...


javastatic-methodseffective-java

Read More
Use builder pattern for methods with many parameters?...


javabuildereffective-java

Read More
To null check or not to do a null check?...


javanullpointerexceptioneffective-java

Read More
Instance variable verification...


javaeffective-java

Read More
Refer to objects by their interfaces. Always?...


javaeffective-java

Read More
What is meant by proper declaration of read resolve method in the Effective Java book?...


javaserializationeffective-java

Read More
Should you avoid Guavas Ordering.usingToString()?...


javaguavaeffective-java

Read More
Autocomplete for generic types in Eclipse...


javaeclipsegenericsautocompleteeffective-java

Read More
Should interfaces be used for type arguments...


javaeffective-java

Read More
Dependency object be saved as instance variable or just the values obtained from getters?...


javaeffective-java

Read More
Should exceptions be checked at lower level if higher level takes care of them...


javaexceptioneffective-java

Read More
Why do we need bounded wilcard <? extends T> in Collections.max() method...


javagenericseffective-java

Read More
How to create singleton from double check idiom for lazy initialization of instance field?...


javasingletoneffective-java

Read More
Understanding Effective Java deep copy example...


javacopydeep-copyeffective-java

Read More
Effective java Item no 74(on serialization): Implement Serializable judiciously...


javaeffective-java

Read More
Builder Pattern: which variant is preferred?...


javaeffective-javabuilder-pattern

Read More
Finalisers, closing files and streams...


javaeffective-java

Read More
Effective Java Item 17: How can overriding removeRange() improve performance?...


javalistdata-structuresoverridingeffective-java

Read More
Why is it safe to suppress this unchecked warning?...


javagenericseffective-java

Read More
What is a Scalar type and why is it riskier to suppress an unchecked cast to an array type than to a...


javagenericseffective-java

Read More
unchecked exception that would have been better as checked...


javaexceptionlanguage-designapi-designeffective-java

Read More
What is a nonmemory resource?...


javaeffective-java

Read More
What does it mean to say that int enum patterns are compile-time constants?...


javaenumseffective-javacompile-time-constant

Read More
An example of the internals of a immutable class being shared in other related classes in core Java...


javaeffective-javaimmutability

Read More
How to violate Comparable interface first provision with integers overflow?...


javacomparableeffective-java

Read More
Understanding Effective Java's tips for documenting Unchecked Exceptions...


javaeffective-java

Read More
BackNext