Code Java in Browser

titanoboa.io is distributed, highly scalable and fault tolerant workflow orchestration platform for JVM. Create workflows with drag&drop from predefined steps or just quickly code them in our browser-based IDE. Run titanoboa on-premises or in a cloud … Read more

Similar

Java Feature Spotlight: Sealed Classes

The release of Java SE 15 in Sept 2020 will introduce "sealed classes" (JEP 360) as a preview feature. A sealed class is a class or interface which restricts which other classes or interfaces may extend it. Sealed classes, like enums, capture alternative... (more…)

Read more »

Hour of Code: Build Your Robot World in Java

Learn the basics of coding while driving a simulated robot through a maze. By the end of this tutorial, you'll be able to use variables, use Java commands called methods, generate random numbers, and use coding constructs, loops, to instruct the computer ...

Read more »