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
What does Joshua Bloch mean by extra-linguistic?
Jul 09, 2018
java
clone
effective-java
Why are the angle brackets before the return type omitted sometimes from the definition of a generic method
Aug 31, 2019
java
generics
effective-java
Builder pattern validation - Effective Java
Oct 04, 2022
java
design-patterns
builder
effective-java
unchecked exception that would have been better as checked
Dec 16, 2015
java
exception
language-design
api-design
effective-java
What is the difference between a compile time type vs run time type for any object in Java?
Sep 14, 2022
java
generics
effective-java
How does casting this object to a generic type work?
Sep 06, 2022
java
generics
casting
effective-java
Why did Joshua Bloch use 2*size + 1 for resizing the stack in Effective Java?
Aug 31, 2022
java
effective-java
Do we need a .build() method in the Builder Pattern?
Jun 12, 2020
java
design-patterns
builder
effective-java
Effective Java Item 17: How can overriding removeRange() improve performance?
Jan 20, 2019
java
list
data-structures
overriding
effective-java
Do we ever need to prefer constructors over static factory methods? If so, when?
Apr 12, 2022
java
design-patterns
constructor
factory-pattern
effective-java
What does it mean to say that int enum patterns are compile-time constants?
Mar 08, 2022
java
enums
effective-java
compile-time-constant
Why do we need bounded wilcard <? extends T> in Collections.max() method
Oct 25, 2022
java
generics
effective-java
What is a nonmemory resource?
Jun 04, 2019
java
effective-java
Effective Java Item 47: Know and use your libraries - Flawed random integer method example
Dec 18, 2018
java
random
probability
effective-java
non-uniform-distribution
Class.asSubclass signature
Feb 24, 2022
java
generics
effective-java
How does the JVM reuse interned String substrings?
Nov 15, 2022
java
string
specifications
effective-java
What does "Recursive type bound" in Generics mean?
Sep 05, 2022
java
generics
effective-java
Understanding the concept behind Service provider framework like JDBC using the factory method
Sep 03, 2022
java
jdbc
effective-java
service-provider
Why are readObject and writeObject private, and why would I write transient variables explicitly?
Aug 30, 2022
java
serialization
effective-java
Why are public static final array a security hole?
Aug 30, 2022
java
effective-java
« Newer Entries
Older Entries »