Java 8 got many things right and some not – apart from commonly recognized Java 8 caveats, there are a few which feel especially wrong.
Leave a CommentCategory: Java
Handling checked exceptions in lambda expressions can be often frustrating. Luckily, there is a type inference rule that we can exploit…
11 CommentsThe tricky thing about working with PriorityQueues is that, ironically, they don’t always behave according to the PriorityQueue semantics.
1 Comment