- 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
推薦閱讀
- Learning LibGDX Game Development(Second Edition)
- FuelPHP Application Development Blueprints
- 自己動(dòng)手寫搜索引擎
- Cocos2d-x游戲開(kāi)發(fā):手把手教你Lua語(yǔ)言的編程方法
- PHP 編程從入門到實(shí)踐
- 機(jī)械工程師Python編程:入門、實(shí)戰(zhàn)與進(jìn)階
- 重學(xué)Java設(shè)計(jì)模式
- jQuery開(kāi)發(fā)基礎(chǔ)教程
- Python:Master the Art of Design Patterns
- Oracle Exadata專家手冊(cè)
- 前端HTML+CSS修煉之道(視頻同步+直播)
- 輕松上手2D游戲開(kāi)發(fā):Unity入門
- 基于SpringBoot實(shí)現(xiàn):Java分布式中間件開(kāi)發(fā)入門與實(shí)戰(zhàn)
- Swift 4從零到精通iOS開(kāi)發(fā)
- Hands-On GUI Programming with C++ and Qt5