交互式java环境,类似python interactive shell。可以快速运行一些简单的表达式。
$pwsh ~ ❯ jshell | Welcome to JShell -- Version 25.0.2 | For an introduction type: /help intro jshell> System.out.println("Hello world!"); Hello world! jshell>