- 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
推薦閱讀
- Spring Cloud Alibaba核心技術(shù)與實(shí)戰(zhàn)案例
- 計(jì)算思維與算法入門
- Spring 5.0 By Example
- 精通API架構(gòu):設(shè)計(jì)、運(yùn)維與演進(jìn)
- Learning Laravel 4 Application Development
- 21天學(xué)通C++(第6版)
- SAP BusinessObjects Dashboards 4.1 Cookbook
- Swift細(xì)致入門與最佳實(shí)踐
- C#實(shí)踐教程(第2版)
- Mastering Android Game Development
- 微服務(wù)架構(gòu)深度解析:原理、實(shí)踐與進(jìn)階
- HTML+CSS+JavaScript編程入門指南(全2冊(cè))
- AI自動(dòng)化測(cè)試:技術(shù)原理、平臺(tái)搭建與工程實(shí)踐
- Java高級(jí)程序設(shè)計(jì)
- Software Architecture with Python