Remove Examples Remove Java Remove Outsource Development Remove Writing
article thumbnail

How to Teach Computational Thinking

Xconomy

Whether it’s sensor-based medicine, computational contracts, education analytics, or computational agriculture—success is going to rely on being able to do computational thinking well. So when you write in it, you’re doing programming. Doctors, lawyers, teachers, farmers, whatever. I’ve noticed an interesting trend.

article thumbnail

EnumSet and EnumMap

TechEmpower

from Java's standard libraries. Historically, Enum{Set,Map} were recommended as a matter of safety, taking better advantage of Java's type system than the alternatives. Effective Java goes into detail about this use case for Enum{Set,Map} and enum types in general. This article discusses java.util.EnumSet. and java.util.EnumMap.

Java 330