- Java 9 with JShell
- Gastón C. Hillar
- 83字
- 2021-07-09 18:46:45
Test your knowledge
- JShell is:
- A Java 9 REPL.
- An equivalent of
javac
in previous JDK versions. - A Java 9 bytecode decompiler.
- REPL means:
- Run-Expand-Process-Loop.
- Read-Evaluate-Process-Lock.
- Read-Evaluate-Print-Loop.
- Which of the following commands lists all the variables created in the current JShell session:
/variables
/vars
/list-all-variables
- Which of the following commands lists all the methods created in the current JShell session:
/methods
/meth
/list-all-methods
- Which of the following commands lists the source code evaluated so far in the current JShell session:
/source
/list
/list-source
推薦閱讀
- 一步一步學Spring Boot 2:微服務項目實戰
- 軟件界面交互設計基礎
- Learning Zurb Foundation
- Unreal Engine 4 Shaders and Effects Cookbook
- Linux Device Drivers Development
- 精通MATLAB(第3版)
- 移動界面(Web/App)Photoshop UI設計十全大補
- SQL經典實例(第2版)
- Building Machine Learning Systems with Python(Second Edition)
- 監控的藝術:云原生時代的監控框架
- 青少年學Python(第2冊)
- Python Automation Cookbook
- RESTful Web API Design with Node.js
- ASP.NET Core 2 High Performance(Second Edition)
- 從零開始:Qt可視化程序設計基礎教程