About Question enthuware.ocajp.i.v7.2.1093 :
Posted: Sat Nov 03, 2012 1:52 pm
class Base{
void method1() throws java.io.IOException, NullPointerException{
someMethod("arguments");
// some I/O operations
The comment should probably be "some IO operations"
void method1() throws java.io.IOException, NullPointerException{
someMethod("arguments");
// some I/O operations
The comment should probably be "some IO operations"