Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in effective-java

Effective Java item 16 (2nd edition) - Is Forwarding class only used to allow re-use?

java oop effective-java

What is wrong with this Java Puzzlers piece of code?

generic maximum function in Java [duplicate]

Static factory methods in effective java

Java Serialization

classes managing own memory

Effective Java: Safety of Forwarding Classes

Why is there a need to override hashcode if I override the 'equals' method in Java?

Java: Why shouldn't clone() be used for defensive copying?

java effective-java

Enum Types as explained in Effective Java by Joshua Bloch

java enums effective-java

Adapting the Builder pattern for method invocation

Forwarding Class Example

java effective-java

Why is it safe to suppress this unchecked warning?

Equals method in Joshua Bloch's Effective Java

java equals effective-java

Canonical form of field

Builder Pattern: which variant is preferred? [closed]

Can an enum have a constructors for each of its constants

Effective Java item 1 applicability with TDD and dependency injection

Autocomplete for generic types in Eclipse

how caching hashcode works in Java as suggested by Joshua Bloch in effective java?