Coding Grounds
Compilation of different programming projects I amuse myself with.
Monday, 29 September 2014
Java 8 - using collect in the Stream API
›
The following code povides some examples how to do collect() in the Java Stream API. import java.io.BufferedReader; import java.io.IOE...
Sunday, 28 September 2014
Using immutability in Java to support functional programming and avoid side effects
›
The following article is based on Venkat Subramaniam's article "Programming with immutability in Java" in "The Developer...
Thursday, 25 September 2014
Speeding up Java code execution using parallel execution
›
Disclaimer note: I am a C# programmer and only have some work experience with Java. The new features of Java 8 makes me as a code much more ...
‹
›
Home
View web version