From the course: Java Essential Training: Syntax and Structure

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Code Solution: Method names

Code Solution: Method names

(bright music) - [Instructor] In this challenge, your task was to change the methodName variable to reflect the method's name. The name of the method is main, so we'll change the value of the methodName variable to be main. Let's run this. Awesome.

Contents