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 )
Yes, there is: http://www.scravy.de/blog/2012-02-27/a-read-eval-print-loop-for-java.htm