List Question
20 TechQA 2014-11-14T11:51:35.737000What does the programming term "identity function" have to do with identity? (Java-oriented)
1.5k views
Asked by Adam
Excluding concurrent activity from a concurrent Java collection
285 views
Asked by veryltdbeard
how caching hashcode works in Java as suggested by Joshua Bloch in effective java?
10.5k views
Asked by brain storm
Why is there a need to override hashcode if I override the 'equals' method in Java?
5.5k views
Asked by brain storm
Should you avoid Guavas Ordering.usingToString()?
354 views
Asked by m2o
What is meant by proper declaration of read resolve method in the Effective Java book?
781 views
Asked by Geek
Why did Joshua Bloch use 2*size + 1 for resizing the stack in Effective Java?
463 views
Asked by Tintin
How should private functions do parameter validation or user input and internal data structure?
325 views
Asked by JavaDeveloper
Heterogeneous Container with two element of same type
797 views
Asked by hamid
How much should a function trust another function
173 views
Asked by JavaDeveloper
unchecked exception that would have been better as checked
416 views
Asked by pohl
Need explanation for hashcode example in Effective Java textbook
2.4k views
Asked by Kes115
Why immutable new String("fish") != new String("fish")?
354 views
Asked by orbfish
Why is it a good practice to make a final field pointing to an immutable obj non public?
129 views
Asked by pnpjunction
How does casting this object to a generic type work?
2.6k views
Asked by Hamza Belmellouki
Excessive checks vs Future extensibility tradeoff
116 views
Asked by JavaDeveloper
Refer to objects by their interfaces. Always?
1.1k views
Asked by JavaDeveloper
Dependency object be saved as instance variable or just the values obtained from getters?
103 views
Asked by JavaDeveloper
Should interfaces be used for type arguments
147 views
Asked by JavaDeveloper
Should exceptions be checked at lower level if higher level takes care of them
306 views
Asked by JavaDeveloper