Java 14 Features: Text Blocks and Foreign-Memory Access API

This is the fourth and last post in the blog post series I wrote covering the features that has been added to java 14, released just a couple of days back. Java 14 / JDK 14: General Availability: https://t.co/THxJ9llBpj #jdk14 #java14 #openjdk #java&… Read more

Similar

Nth Fibonacci Number Using Java Recursion

There are certain problems that just make sense to solve using Java Recursion. Demonstrating Fibonacci Series is one of them. Let’s take a look at something called Fibonacci series. Here are the first few numbers of this series:0, 1, 1, 2, 3, 5, 8, 13, 21... (more…)

Read more »

Filling gaps in TensorFlow’s Java api

TensorFlow’s announcement of a Java api is great news for the clojure community. I wrote a post a couple of weeks ago that argued that TF’s Java api already provides everything that we need to do useful things. This is mostly true, by leveraging interop w... (more…)

Read more »