
Packt – Learning Java using JShell-XQZT
English | Size: 1.37 GB
Category: Tutorial
This practical video series will help you master Java SE 10’s JShell core concepts, commands, and advanced features, so you can become an interactive programming Ninja.
By the end of the first section, you will have mastered JShell, Java 10’s REPL (Read-Evaluate-Print Loop) flagship feature that enables you to quickly explore, discover, and experiment with the Java language and API features. You’ll learn to reduce boilerplate coding using the new Java 10 feature var Local-Variable Type Inference while maintaining Java’s compile-time type checking. We supply quick examples to help you understand what can and can’t be done with this feature. Then you’ll start and exit a JShell session, declare variables, evaluate expressions, import classes, and execute and edit code snippets. [Read more…]