Question: 1_____is caused by math errors such as division by zero. a.NumberFormatException b.NullPointerException c.IOException d.ArithmeticException 2.Inheritance is one of the concept of OOPS. a.True b.False 3.byte
1_____is caused by math errors such as division by zero. a.NumberFormatException b.NullPointerException c.IOException d.ArithmeticException
2.Inheritance is one of the concept of OOPS. a.True b.False
3.byte is a primitive data type in Java. a.False b.True
4.What is the length of the array price in following declaration?
double[] price = { 4.5, 5.2, 1.25, 60.0} a.5 b.4 c.3 d.Error
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
