Brian NorlanderJava: A Guide To StreamsIntroduced in Java 8, streams are a powerful tool to process collections of objects. Streams are simply wrappers around data which means…May 30, 20191May 30, 20191
Brian NorlanderStop Writing Code Comments“Clean code should read like well-written prose.” — Robert C. MartinMay 16, 201952May 16, 201952
Brian NorlanderJava: Understanding Primitive Types and Wrapper ObjectsWhat is a primitive type and a wrapper object in Java? How does the compiler handle conversion between the two? When should you use a…Mar 19, 20194Mar 19, 20194