Hacker News new | ask | show | jobs
by sushshshsh 2199 days ago
That's cool :) I mean, it's fine to not know the answer to everything. Usually it's not a deal breaker, especially if you provide a general answer of "here's how i tHink it works"

But what's always hilarious to me is 3 seconds after they ask the docker question, they'll then ask "ok so tell me a bit more about how CompleteableFutures, Consumers, and Threadpools work together and why you would want to use them"

or my personal favorite, the predictable trifecta of

"whats the difference between an abstract class and an interface"

"ok tell me how garbage collection works"

"ok and whats the difference between final, finalize, and finally?"

1 comments

well docker should not be your problem the latter are things an java developer should've heard about. well tbf CompletableFutures is relativly new in java, not in other languages of course (i.e. scala, c#, etc...)