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
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
Static factory methods in effective java
Nov 07, 2022
java
static-methods
effective-java
Java Serialization
Sep 23, 2022
java
serialization
effective-java
classes managing own memory
May 06, 2022
java
memory-leaks
effective-java
Effective Java: Safety of Forwarding Classes
Jun 27, 2022
java
inheritance
guava
composition
effective-java
Why is there a need to override hashcode if I override the 'equals' method in Java?
Nov 06, 2022
java
object
equals
hashcode
effective-java
Java: Why shouldn't clone() be used for defensive copying?
May 16, 2022
java
effective-java
Enum Types as explained in Effective Java by Joshua Bloch
May 19, 2022
java
enums
effective-java
Adapting the Builder pattern for method invocation
Oct 25, 2022
java
design-patterns
methods
builder
effective-java
Forwarding Class Example
Apr 13, 2019
java
effective-java
Why is it safe to suppress this unchecked warning?
Sep 06, 2022
java
generics
effective-java
Equals method in Joshua Bloch's Effective Java
Oct 17, 2022
java
equals
effective-java
« Newer Entries
Older Entries »