47 results for Java
develwoutacause’s Twitter Archive—№ 429
I learned some new #Java syntax today. https://stackoverflow.com/questions/2863157/how-does-object-new-work-does-java-have-a-new-operator. stackoverflow.com/questions/2863157/how-does-object-new-work-does-java-have-a-new-operator
develwoutacause’s Twitter Archive—№ 1,231
I really wish #Java stacktraces would change: at to atU+00A0 I don't think anyone would ever want a stacktrace to line break on that space.
develwoutacause’s Twitter Archive—№ 462
it isn't useful for us. Eventually we "fixed" the broken Java app by starting it via manually invoking the JAR file, which apparently worked around the problem.
develwoutacause’s Twitter Archive—№ 284
cause parameter like this proposal. * Joined stack traces like Java, so each rethrown message is visible. * AggregateError to encapsulate many failures (think multiple Promise.all errors).
develwoutacause’s Twitter Archive—№ 770
functions, so you don't know what you need to handle. #Java has checked exceptions which no one uses, most other languages have no safety net or tools to make sure