Learn more in the app.
View in app
Family 2437 - Java Quiz Question
What will be the output of the following program?
A
father mother children
B
Runtime Error because of java.lang.NullPointerException
C
Runtime Error because of java.lang.ArrayIndexOutOfBoundsException
D
Runtime Error because of java.lang.NegativeArraySizeException
E
Runtime Error because of some other reason