I'm a software developer with a focus in object-oriented programming.
I'm also a lover of music and a writer of fiction.
Here are some of my more interesting Java answers:
- How to make a hierarchical fluent builder API using the curiously recurring template pattern
- How to throw an undeclared checked exception
- Why declaring
<T, U extends T & MyInterface>is illegal - Why
Collection.toArray(T[])doesn't take anE[]instead - Trouble with javac and wildcard capture: an actual use case for raw types
- The
Arrays.asListgotcha - generic varargs and primitive arrays
Top Questions
Top Answers