Why can't I use a try block around my super() call?

前端 未结 0 1975
别那么骄傲
别那么骄傲 2021-02-11 13:25

So, in Java, the first line of your constructor HAS to be a call to super... be it implicitly calling super(), or explicitly calling another constructor. What I want to know is

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