List Question
20 TechQA 2024-03-09T13:27:50.907000Solution of most effective location algorithm
12 views
Asked by markoul
Joshua Bloch Item #1 Static Factory Methods Instead of Constructors - Object creation
221 views
Asked by citizen_code
What is the benefits to use assertion in Java's private methods
183 views
Asked by hounan
Why do Java finalizers have security problems?
862 views
Asked by Rahul
What is an immutable value class in Java? (Effective Java by Joshua Bloch)
151 views
Asked by Rahul
Why is it a good practice to make a final field pointing to an immutable obj non public?
129 views
Asked by pnpjunction
Inheritance vs Composition: Does composition effectively solve dependency issues? [Effective Java]
645 views
Asked by rivid
Question about "heap pollution" at solution#1 in "Effective Java Item#29 Favor Generic Types"
83 views
Asked by Willy
Did Joshua Bloch say not to use singleton with underlying resources?
324 views
Asked by Leo4343
Why did Joshua Bloch use 2*size + 1 for resizing the stack in Effective Java?
463 views
Asked by Tintin
Glacier Class Immutable Checker does not works on Checker Framework 3.6.0
171 views
Asked by Alumuko
how do I log crash to the server without try-catch block?
52 views
Asked by العبد
Java Generics Cast required Compile Time Error
150 views
Asked by Pritpal
Effective Java Item 44 - Where is the `DoubleToObjFunction` in the standard library?
173 views
Asked by yongjieyongjie
Why is this set containment check failing?
42 views
Asked by Pritpal
Public methods vs public APIs
1.6k views
Asked by Muntaser Abukhadijah