Tagged articles
4 articles
Page 1 of 1
Programmer DD
Programmer DD
May 19, 2022 · Fundamentals

Master Java’s Interactive Shell: Quick JShell Guide for Rapid Prototyping

This article introduces Java's interactive programming environment, explains how to launch JShell, demonstrates calculations, variable and function definitions, class creation, and covers essential commands like /help, /list, /edit, /drop, /save, /open, /reset, /imports, /types, and /exit for efficient REPL usage.

JShellJavaJava 9
0 likes · 11 min read
Master Java’s Interactive Shell: Quick JShell Guide for Rapid Prototyping
Programmer DD
Programmer DD
Nov 13, 2019 · Fundamentals

Master Advanced JShell: Variable Re‑declaration, Forward References & More

This article explores advanced JShell features—including variable re‑declaration, temporary variables, forward references, exception handling, session persistence, external library usage, command shortcuts, code completion, editing constructs, and programmatic API access—providing practical examples and tips for rapid Java development within the REPL environment.

JShellJavaJava REPL
0 likes · 9 min read
Master Advanced JShell: Variable Re‑declaration, Forward References & More
Qunar Tech Salon
Qunar Tech Salon
Aug 15, 2018 · Fundamentals

Apache NetBeans IDE 9.0 Release: Features, IP Cleanup, Java 9/10 Support, and Community Survey Results

The article introduces Apache NetBeans IDE 9.0, released after Oracle’s code donation, highlights its main goals of IP cleanup and Java 9/10 support, details new IDE features such as var type inference, Jigsaw modularity, and Java Shell, and presents the community acceptance survey results and download links.

Apache NetBeansIDEJShell
0 likes · 9 min read
Apache NetBeans IDE 9.0 Release: Features, IP Cleanup, Java 9/10 Support, and Community Survey Results
Java Architect Essentials
Java Architect Essentials
Mar 2, 2018 · Fundamentals

New Features of JDK 9

JDK 9 adds a range of language and runtime enhancements—including a new module system, JShell REPL, upgraded Stream API, HTTP client, and internal changes to strings and exception handling—to improve modularity, performance, and developer productivity across Java applications.

HttpClientJDK9JShell
0 likes · 9 min read
New Features of JDK 9