21 Results for:JSHELL

  • Sort by: 

How to use JShell in Java

By Cameron McKenzie 26 Feb 2023

If you haven't used Java's JShell yet, you're missing out. Here's a quick Java and JShell tutorial to get you started. Read More

JShell: Adding REPL capabilities to the JDK

By Cameron McKenzie 20 Sep 2016

At JavaOne 2016, Oracle's chief architect of the Java platform group, Mark Reinhold, discusses the addition of JShell. Learn why he's excited. Read More

JShell: The new Java 9 REPL

By Barry Burd 26 Aug 2015

Don't miss an opportunity to take JShell, the new Java 9 REPL, for a test drive. An expert shares his experience. Read More

How to download and install Java 21

By Cameron McKenzie 11 Jan 2024

2024 is a great time to start working with Java, because 2023's Java 21 release has some amazing new features. Here's how to quickly download and install the Java 21 JDK. Read More

From JShell to Jigsaw, reactive programming is built into Java EE

By Cameron McKenzie 21 Sep 2016

If we learned one thing from the JavaOne 2016 keynotes, it's that the Java EE platform is built to enable reactive programming. Read More

How to write your first Java program

By Darcy DeClute 30 Apr 2023

Want to learn to code and write your first Java program? Here's a quick and fun Java programming tutorial that will have your running your first Java program in less than 10 minutes. Read More

long to String in Java

By Cameron McKenzie 08 Mar 2023

The easiest way to convert from a long to a String in Java is to add the long to an empty set of double quotes with the plus operator. If that's not good enough, here's a list of other conversion ... Read More

2023 Java roadmap for developers

By Cameron McKenzie 28 Feb 2023

This 2023 Java roadmap for developers will help guide your path as you build the skills required to go from a beginner programmer to an advanced software developer. Read More

11 lessons learned from writing my first Java program

By Darcy DeClute 06 Jan 2023

You'll be amazed how easy it is to learn Java and write powerful cross-platform applications when writing your first Java program. Some misconceptions about Java just aren't true. Read More

Advantages of Java

By Cameron McKenzie 06 Mar 2023

There are almost too many advantages of Java to describe, but this top 10 list covers the key Java advantages that drive the ongoing adoption of the JDK and the JVM. Read More