Thursday, November 20, 2025
HomeLanguagesJavaUsing Variables in JShell of Java 9

Using Variables in JShell of Java 9

Prerequisite : JShell in Java 9 We can declare variables and use anywhere throughout Jshell session. Let’s create an integer variable. jshell variable  example Semicolon (;) is optional, we can leave it and it works fine. See, variable b is created without using semicolon. jshell variable

Scratch Variables

If we don’t provide variable name, Java create implicit variable to store the value. These variables start with $ sign. We can use these variable by specifying implicit variable, as we did in the following screen-shot. 
jhsell variable

Expressions

We can test any valid Java expression to get instant output. See, the following example. Adding two integers jshell add Compound expression Creating and Calling Methods To test method business logic, create a method and get result immediately. See, the following example jshell method jshell calling

Dominic
Dominichttp://wardslaus.com
infosec,malicious & dos attacks generator, boot rom exploit philanthropist , wild hacker , game developer,
RELATED ARTICLES

Most Popular

Dominic
32404 POSTS0 COMMENTS
Milvus
97 POSTS0 COMMENTS
Nango Kala
6776 POSTS0 COMMENTS
Nicole Veronica
11925 POSTS0 COMMENTS
Nokonwaba Nkukhwana
11994 POSTS0 COMMENTS
Shaida Kate Naidoo
6905 POSTS0 COMMENTS
Ted Musemwa
7160 POSTS0 COMMENTS
Thapelo Manthata
6861 POSTS0 COMMENTS
Umr Jansen
6846 POSTS0 COMMENTS