Question:Which of the following require explicit try/catch exception handling by the programmer?
A Accessing a method in another class
B Attempting to open a network socket
C Attempting to open a file
D Traversing each member of an array
+ AnswerB
+ Report