Exceptions as Flow Control in Java

Exceptions are commonly used for flow control in Java, but how well do they perform compared to return values?

Similar