Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in effective-java
Builder pattern multiple varargs [duplicate]
Mar 16, 2023
java
variadic-functions
effective-java
builder-pattern
Need I make all classes immutable?
Feb 22, 2023
java
immutability
effective-java
Java - Generics - Explicit casting and cast method of Class "Class<?>"
Feb 13, 2023
java
generics
casting
effective-java
Effective Java Item 9, is the CaseInsensitiveString example correct?
Jan 14, 2023
java
effective-java
Is terminating an object is the same as nulling it?
Jan 06, 2023
java
oop
effective-java
What is a Scalar type and why is it riskier to suppress an unchecked cast to an array type than to a scalar type? [closed]
Dec 23, 2022
java
generics
effective-java
Should you avoid Guavas Ordering.usingToString()?
Dec 17, 2022
java
guava
effective-java
What is the most effective way of writing a factory method? [closed]
Dec 13, 2022
java
design-patterns
factory
factory-pattern
effective-java
Is this class fully Immutable?
Dec 10, 2022
java
immutability
effective-java
Item 9 (equals contract) from Effective Java: is the example correct?
Oct 11, 2022
java
collections
effective-java
Why UnaryFunction<Object> can be casted to UnaryFunction<T>?
Mar 14, 2022
java
generics
effective-java
In what ways can putting some code in try catch blocks prevent the JVM from doing optimization?
Nov 15, 2022
java
try-catch
effective-java
Need explanation for hashcode example in Effective Java textbook
Nov 11, 2022
java
hashcode
effective-java
Effective java Item no 74(on serialization): Implement Serializable judiciously
Aug 19, 2022
java
effective-java
bitwise operator >>> in hashCode
Apr 09, 2022
java
hashcode
bitwise-operators
gethashcode
effective-java
Why are many Android API classes non-final, even though they are not explicitly documented for inheritance?
Oct 16, 2022
android
effective-java
Why is the volatile field copied to a local variable when doing double check locking
Sep 04, 2017
java
multithreading
concurrency
synchronization
effective-java
Effective Java item 16 (2nd edition) - Is Forwarding class only used to allow re-use?
Dec 12, 2021
java
oop
effective-java
What is wrong with this Java Puzzlers piece of code?
Oct 20, 2018
java
try-catch
try-catch-finally
effective-java
try-finally
generic maximum function in Java [duplicate]
Aug 10, 2022
java
generics
effective-java
Older Entries »