Java Questions - (Has 2 Parts). Based on each code, which answer out of the choices "A, B, C, D, E" is correct. Each question has one correct answer. Thank you. Part 1 - The following code will cause a(n) ___ exception. class Sample { public static void main(String[] args)  {    int x = 0;    int y = 10;    int z = y/x;  }  } A. ArithmeticException B. ArrayIndexOutOfBoundsException C. StringIndexOutOfBoundsException D. NullPointerException E. ClassNotFoundException Part 2 - A programmer carelessly assigned a negative value as an index of an array. Which type of exception will be raised during execution? A. An IndexOutOfBoundsException is thrown. B. A NumberFormatException is thrown. C. The first slot of the array is used. D. This is an Error, so the program immediately terminates no matter what. E. The last slot of the array is used.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter2: Using Data
Section: Chapter Questions
Problem 14RQ
icon
Related questions
Question

Java Questions - (Has 2 Parts). Based on each code, which answer out of the choices "A, B, C, D, E" is correct. Each question has one correct answer. Thank you.

Part 1 - The following code will cause a(n) ___ exception.

class Sample
{
public static void main(String[] args)
 {
   int x = 0;
   int y = 10;
   int z = y/x;
 } 
}

A. ArithmeticException
B. ArrayIndexOutOfBoundsException
C. StringIndexOutOfBoundsException
D. NullPointerException
E. ClassNotFoundException

Part 2 - A programmer carelessly assigned a negative value as an index of an array. Which type of exception will be raised during execution?

A. An IndexOutOfBoundsException is thrown.
B. A NumberFormatException is thrown.
C. The first slot of the array is used.
D. This is an Error, so the program immediately terminates no matter what.
E. The last slot of the array is used.

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Unreferenced Objects
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,