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 )
There's an online REPL: http://www.javarepl.com/console.html
Typing more to reach the character limit ...