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

前端 未结 28 1252
一个人的身影
一个人的身影 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:59

    Most IDE's have a window called something like "immediate mode" that will allow you to evaluate java code on the fly.

提交回复
热议问题