X498: Review - Substring

What will be the output of the following code?

public class Answer {
    System.out.println("Hello World!".substring(6));
}

Your Answer:

Select one answer:


Practice a different exercise

Feedback

Your feedback will appear here when you check your answer.