- Java 9 with JShell
- Gastón C. Hillar
- 139字
- 2021-07-09 18:46:43
Chapter 1. JShell – A Read-Evaluate-Print-Loop for Java 9
In this chapter, we will start our journey toward object-oriented programming with Java 9. You will learn how to launch and work with a new utility introduced with Java 9 that will allow us to easily run Java 9 code snippets and print their results: JShell. This utility will make it easy for you to learn object-oriented programming. We will do the following:
- Get ready for our journey toward OOP (Object-Oriented Programming) with Java 9
- Install the required software on Windows, macOS, or Linux
- Understand the benefits of working with a REPL (Read-Evaluate-Print-Loop) utility
- Check default imports and use auto-complete features
- Run Java 9 code in JShell
- Evaluate expressions
- Work with variables, methods, and sources
- Edit the source code in our favorite external code editor
- Load source code
推薦閱讀
- Django+Vue.js商城項目實戰
- DevOps with Kubernetes
- 認識編程:以Python語言講透編程的本質
- Spring Cloud、Nginx高并發核心編程
- Practical Game Design
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- Serverless架構
- Building RESTful Python Web Services
- Mastering C++ Multithreading
- 深入剖析Java虛擬機:源碼剖析與實例詳解(基礎卷)
- FPGA嵌入式項目開發實戰
- ABAQUS6.14中文版有限元分析與實例詳解
- Three.js權威指南:在網頁上創建3D圖形和動畫的方法與實踐(原書第4版)
- Android技術內幕(系統卷)
- Less Web Development Cookbook