Learn JShell with Java 9 – Step by Step

Learn JShell with Java 9 – Step by Step

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 1h 33m | 139 MB

Master JShell – The most important new feature of Java 9

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.

A small 2-hour course on JShell with a very practical approach.

What You Will Learn

  • You will be able to write Java Programs and Snippets using Java REPL JShell
  • You will understand all the important tips and tricks about the Java REPL JShell
  • You will understand and use important Java REPL JShell commands
  • You will become a more productive Java developer with JShell
  • You will learn to create Java variables, methods and classes with JShell
  • You will learn to explore external Java Libraries with JShell
  • You will learn JShell tips to become a more effective Java programmer
Table of Contents

JShell for Java Programmers
1 Introduction to the Course – JShell for Java Programmers
2 Introduction to JShell
3 Installing and Launching JShell
4 JShell Basics – Variables and Expressions
5 JShell Basics – Few important tips
6 JShell Commands – list, drop and history
7 JShell Basics – Multiple Lines
8 JShell Tip – Implicit or Scratch Variables and Feedback options
9 JShell Basics – Create Java Methods
10 JShell Basics – Java Imports
11 JShell Tip – Forward Referencing
12 JShell Basics – Creating a Java Class
13 JShell Basics – Java API Auto completion
14 More JShell Tips – Exceptions, var, methods and types Commands and Help
15 Saving and Reloading JShell Sessions with Java Instructions
16 JShell – Setting Custom Start Options
17 JShell – Playing around with an External Java Library
18 More JShell Tips to become a productive Java Programmer