Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Paul Bellora

Paul Bellora

Paul Bellora has asked 32 questions and find answers to 248 problems.

Stats

7.1k
EtPoint
2.4k
Vote count
32
questions
248
answers

About

I'm a software engineer with a focus in public transit.

On the side, I create Musical Fiction - stories inspired by and interwoven with music.


Here are some of my more interesting Java answers:

  • Emulating the "self-type" for a hierarchical fluent builder API
  • How to throw an undeclared checked exception
  • Why declaring <T, U extends T & MyInterface> is illegal
  • Why Collection.toArray(T[]) doesn't take an E[] instead
  • Trouble with javac and wildcard capture: a use case for raw types