5. You have a Main method that calls the following method: Where should the Cold
ID: 3720030 • Letter: 5
Question
5. You have a Main method that calls the following method:
Where should the ColdCallFileFormatException be caught if thrown?
A. By the Open method's catch (FormatException e) block.
B. None of these. The ColdCallFileFormatException cannot be caught if thrown inside a catch block.
C. By the Main method's catch (ColdCallFileFormatException e) block.
6.
Consider the following class:
In the class definition, what is the purpose of : ApplicationException
A. It establishes a composition relationship. SalesSpyFoundException is composed of objects from the ApplicationException class.
B. It establishes an inheritance relationship. SalesSpyFoundException inherits from the ApplicationException class.
C. It establishes an interface relationship. ApplicationException implements the SalesSpyFoundException interface.
D. It establishes an inheritance relationship. ApplicationException inherits from the SalesSpyFoundException class.
Which function can be used to put a line to a file? print put write inputExplanation / Answer
Hi, I have answered first 5 .
I am not sure about last question
Q1. write
Q2. catch(FileNotFoundException e)
Q3. InputStream input = new InputStream(sourceFile);
Q4. first and second options
Q5. A. By the Open method's catch (FormatException e) block.
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.