Tag: java collection
Data Structures Made Easy With Java Collections
This article introduces the reader to Java Collections, which is a framework that provides an architecture for collecting and manipulating a group of objects....
Joy of Programming: Fail Fast!
When a problem occurs in the software, it should fail immediately, in an easily noticeable way. This "fail fast" behaviour is desirable, and we'll...