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

Paul Bellora

Paul Bellora has asked 30 questions and find answers to 227 problems.

Stats

6.7k
EtPoint
2.3k
Vote count
30
questions
227
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