- 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
推薦閱讀
- R語言經(jīng)典實(shí)例(原書第2版)
- PyTorch自動駕駛視覺感知算法實(shí)戰(zhàn)
- Android開發(fā)精要
- jQuery EasyUI網(wǎng)站開發(fā)實(shí)戰(zhàn)
- WordPress Plugin Development Cookbook(Second Edition)
- 重學(xué)Java設(shè)計(jì)模式
- Visual Basic程序設(shè)計(jì)實(shí)踐教程
- Julia for Data Science
- Hands-On GUI Programming with C++ and Qt5
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)項(xiàng)目化教程
- PHP+MySQL動態(tài)網(wǎng)站開發(fā)從入門到精通(視頻教學(xué)版)
- NGUI for Unity
- After Effects CC技術(shù)大全
- HikariCP數(shù)據(jù)庫連接池實(shí)戰(zhàn)
- Java EE程序設(shè)計(jì)與開發(fā)實(shí)踐教程