Question 41 of 76 from exam 1Z0-808: Java SE 8 Programmer I

Question 41 of 76 from exam 1Z0-808: Java SE 8 Programmer I

Question

Given the following code:

public static void main(string[] args) {
String[] planets = {"Mercury", "Venus", "Earth", "Mars"};

System. out. printin (planets. length);
system, out. print1n (planets [1].length());

What is the output?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. A. D. A. F.

E.