Is there something like python\'s interactive REPL mode, but for Java? So that I can, for example, type InetAddress.getAllByName( localHostName ) in a window, a
InetAddress.getAllByName( localHostName )
For java 8, there is nudge4j. see https://github.com/lorenzoongithub/nudge4j
... and the beauty is that you can pilot your application from the browsert