【发布时间】:2016-04-28 07:38:08
【问题描述】:
您好,我想知道相同方法的两种变体之间的区别和相似之处。
public string test(String value)
throw new testException();
和
public abstract String test(String value) throw new testException;
如果我的语法错误,请原谅我。
【问题讨论】:
标签: java exception throw throws