Quiz Question 1 of 3
Considering the following code in the jShell REPL:
jshell> beatles
beatles ==> String[4] { "John", "Paul", "George", "Ringo" }
jshell> System.out.println(beatles[1]);
What would be printed?
Choose the correct answer below:
Quizzes are the best way to test your knowlege. Sign up for Treehouse today and prove yourself. We guarantee 100% satisfaction.