JShell Basics 13 - Creating classes

3,024 views · Published 16 September 2018 · 4:42 · Indexed 27 September 2026

Channel: Java Brains · 2018 · Education

Watch on YouTube

Access the full course here: https://javabrains.io/courses/java_jshellbasics 

Learn how to create classes and instances of classes in JShell. See how JShell lets you redeclare and change your classes whenever you want. Learn the implications of this flexibility on class instances.

JShell is a great tool for Java developers that revolutionizes the way you can protytype and quickly try out Java syntax. It is not only a great learning tool, it can be used as an important utility in the development workflow for experienced Java developers to save time and get better results. In this course, you'll learn how to start using JShell and its features.

More from this channel