Learn JShell with Java 9 - Step by Step
- 4.5
Brief Introduction
Master JShell - The most important Java 9 new featureDescription
JShell is a new feature in Java 9 which allows you to run code quickly and easily. In this course, you will learn how to use Java REPL JShell to become a more productive programmer. You will learn how to explore Java with JShell and understand the various JShell commands. Added in are tips and tricks to make you a JShell expert.
Here are the step by step details:
- Introduction to JShell
- Installing and Launching JShell
- JShell Basics - Java Variables and Expressions
- JShell Basics - Few important tips
- JShell Commands - list, drop and history
- JShell Basics - Multiple Lines
- JShell Tip - Implicit or Scratch Variables and Feedback options
- JShell Basics - Java Methods
- JShell Basics - Java Imports
- JShell Tip - Forward Referencing
- JShell Basics - Java Class
- JShell Basics - Java Auto completion
- More JShell Tips : Exceptions, var, methods and types Commands and Help
- Saving and Reloading JShell Sessions
- JShell - Setting Custom Start Options
- JShell - Playing around with an External Library
- More JShell Tips
Requirements
- Requirements
- You should be an experienced Java Programmer
- You should have Java 9 installed on your computer