-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
55 lines (32 loc) · 1.41 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# JDK 12 Switch Statements - Preview Feature
This tutorial supports Blog post "JDK 12 Switch Statements - Preview Feature"
from mvpjava.com
YouTube Tutorial: https://youtu.be/XT38ZXdiPNw
Blog Post: http://mvpjava.com/jdk-12-switch
This has all been setup for you to run within an official Docker container with access to all the JShell *.jsh script files for you to play around with.
The environment is totally reproducible by simply executing "run.sh"
after git cloning this repository.
=========================================
Running a .jsh script example from JShell
=========================================
jshell> /open /root/jdkSwitchDemo.jsh
========================================================
When you want to list the code snippets in jshell script
========================================================
jshell> /list
====================================
Executing individual JShell snippets
====================================
jshell> /list 1
========================================
Exiting JShell and thus Docker Conatiner
========================================
jshell> /exit
======================================================
Subscribe to MVP Java ...
https://www.youtube.com/c/MVPJava?sub_confirmation=1
Follow me ...
Website : http://www.mvpjava.com
Facebook : https://www.facebook.com/mvpjava
Twitter : https://twitter.com/mvpjava
DockerHub: https://hub.docker.com/?namespace=mvpjava