Currently None. Java is not a terminal programming language like matlab and python.
To run java applications, commands must be compiled
When compiling, the java compiler turns the code into a class file. The class file contains βinstructionsβ for the computer, which is the application.
To clarify, Java 9 has JShell , which is a REPL for java. You can find early access here .
Itamarg3
source share