In addition to what Norm said, if, say in the future, you want to return several arbitrary values (e.g. a String, an int, and a List) all at once, simply create a simple class to house the values and...