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 )
Java-REPL by Albert Latacz works well.
You can try it directly from your browser here: http://www.javarepl.com/term.html
The source code is available here, and it has a decent Intelli-J plugin.
https://github.com/albertlatacz/java-repl