01 2016 档案
摘要:An array of array of objects (Object[][]) where the first dimension's size is the number of times the test method will be invoked and the second dimen...
阅读全文
摘要:throwsE1,E2,E3只是告诉程序这个方法可能会抛出这些个异常,方法的调用者可能要处理这些异常。而这些异常E1,E2,E3可能是该函数体产生的。而throw是明确之处这个地方要抛出这个异常。void doA() throws Exception1, Exception3 { try { ...
阅读全文
浙公网安备 33010602011771号