Interface -> anonymopus class

后端 未结 0 784
半阙折子戏
半阙折子戏 2020-12-18 05:37

Please tell me - why the following prints nothing? (it compiles)

    interface I {};
    I tester = new I() {{System.out.println("???");}};
<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题