Articles, Home

Raw String Literals Removed from Java 12 as Feature Set Frozen

The next version of Java SE, JDK 12, has reached the first ramp-down point where the feature set if frozen. Amongst other things JDK 12 provides a preview of an enhanced Switch statement, adds a number of improvements to the G1 garbage collector, and introduces a new experimental garbage collector called Shenandoah. But one major proposal for JDK 12, raw string literals, has been removed.

Articles, Home

Teaching Java with Jupyter notebooks

Whatever the side of the fence you’ve been on in trainings – teacher or student, I believe we all share the same experience: it’s very hard to stay focused during a couple of hours. This has only become worse in recent years, with mobile phones being a huge source of distraction. The consequence is that the most important part is the practice.