Correct Answer
verified
Essay
Correct Answer
verified
View Answer
True/False
Correct Answer
verified
Multiple Choice
A) in all your programs
B) only when you can not handle the exception with simpler control structures
C) only when you use classes
D) in every function
Correct Answer
verified
Multiple Choice
A) try {
Try
{
//other code here
}
Catchint e)
{
//code here
}
}
Catchfloat e)
{
//code here
}
B) try {
//code here
}
Catchint e)
{
//code here
Try
{
//code here
}
Catchstring e)
{
}
}
C) All of the above
D) None of the above
Correct Answer
verified
Multiple Choice
A) the catch block
B) the try block
C) a function
D) an error block
Correct Answer
verified
Multiple Choice
A) be in the function definition
B) encompass the function call
C) be in the catch block
D) not be used
Correct Answer
verified
Showing 41 - 47 of 47
Related Exams