While the Exception class is part of , IOException is part of .
True
In order to have some code throw an exception, you would use which of the following reserved words?
Correct Response
A) throw
B) Throwable
C) throws
D) try
E) goto
Throw
00:27
01:14
The Scanne...
CS2 Exam Prep
While the Exception class is part of java.lang, IOException is part of java.io. - Answer
True
In order to have some code throw an exception, you would use which of the following
reserved words?
Correct Response
A) throw
B) Throwable
C) throws
D) try
E) goto - Answer Throw
The Scanner class provides an abstraction for input operations by
A) performing conversion operations from String to the appropriate type as specified in
the Scanner message
B) using try and catch statements to catch any IOException instead of throwing the
Exception elsewhere
C) parsing input lines into individual tokens
D) inputting from the standard input stream if create is called using System.in
Correct Response
E) all of the above - Answer All of the Above
Use the code below to answer the following questions. Note that the catch statements in
the code are not implemented, but you will not need those details. Assume filename is a
String, x is an int, a is a double array and i is an int. Use the comments i1, i2, i3, e1, e2,
e3, e4, e5 to answer the questions (i for instruction, e for exception handler).
try
{
BufferedReader infile = new BufferedReader(new FileReader(filename)); // i1
int x = Integer.parseInt(infile.readLine( )); // i2
a[++i] = (double) (1 / x); // i3
}
An exception raised by the instruction in i1 would be caught by the catch statement
labeled
A) e5
B) e1
C) e2
Correct Answer
D) either e1 or e5
Incorrect Response
E) either e1, e4, or e5 - Answer D) either e1 or e5
While the Exception class is part of java.lang, IOException is part of java.io. - Answer
True
"class Aggregate" is incorrect. Choose the correct line so that this program prints
Granite: weight=25.0 value=4 numKind=7
public class Inherit
{
abstract class Stone
{
protected float weight = 13;
protected int value = 4;
abstract public String toString( );
}
class Aggregate
{
protected int numKind;
}
class Granite extends Aggregate
{
Granite( )
{
Voordelen van het kopen van samenvattingen bij Stuvia op een rij:
√ Verzekerd van kwaliteit door reviews
Stuvia-klanten hebben meer dan 700.000 samenvattingen beoordeeld. Zo weet je zeker dat je de beste documenten koopt!
Snel en makkelijk kopen
Je betaalt supersnel en eenmalig met iDeal, Bancontact of creditcard voor de samenvatting. Zonder lidmaatschap.
Focus op de essentie
Samenvattingen worden geschreven voor en door anderen. Daarom zijn de samenvattingen altijd betrouwbaar en actueel. Zo kom je snel tot de kern!
Veelgestelde vragen
Wat krijg ik als ik dit document koop?
Je krijgt een PDF, die direct beschikbaar is na je aankoop. Het gekochte document is altijd, overal en oneindig toegankelijk via je profiel.
Tevredenheidsgarantie: hoe werkt dat?
Onze tevredenheidsgarantie zorgt ervoor dat je altijd een studiedocument vindt dat goed bij je past. Je vult een formulier in en onze klantenservice regelt de rest.
Van wie koop ik deze samenvatting?
Stuvia is een marktplaats, je koop dit document dus niet van ons, maar van verkoper EvaTee. Stuvia faciliteert de betaling aan de verkoper.
Zit ik meteen vast aan een abonnement?
Nee, je koopt alleen deze samenvatting voor €12,31. Je zit daarna nergens aan vast.