In a previous post, we announced
that Oracle was beginning to explore moving Java EE technologies to
an open source foundation in order to make the process of... (more…)
Read more »
Recording brought to you by American Express. https://americanexpress.io/kotlin-jobs Kotlin's introduction was a breath of fresh air at a time when the pace ... (more…)
Read more »
What is a HashSet A HashSet is an unordered collection containing unique elements. It has the standard collection operations Add, Remove, Contains, but since it uses a hash-based implementation, these operations are O(1) Learn with a Programming Question ... (more…)
Read more »
Castlevania fangame made with Java 10 and FXGL 0.5.4. Find the game here: https://github.com/Mools222/FXGLvania Find FXGL here: http://almasb.github.io/FXGL/... (more…)
Read more »
Futures are an interesting conecpt in concurrent and parallel programming. I’ve written about them several time, the last time in Advanced Futures With Play Framework. Streams are a concept which came with Java 8 to operate on a stream of objects, transfo... (more…)
Read more »