Is there something like python's interactive REPL mode, but for Java?

前端 未结 28 1199
一个人的身影
一个人的身影 2020-11-29 16:38

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

28条回答
  •  死守一世寂寞
    2020-11-29 16:53

    There's an online REPL: http://www.javarepl.com/console.html

    Typing more to reach the character limit ...

提交回复
热议问题