Main Method In Java Tutorial #57

Опубликовано: 16 Октябрь 2024
на канале: Alex Lee
120,610
3.6k

$1,000 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h

When you click run, the code inside the main method in java gets run. This lets you control how the program behaves. The String[] args means that it can use an array of strings as arguments from the run command. For example:

java main hello dude

now args is an array with {"hello", "dude"}

I hope this helps you with the main method in java :) At first, I had no idea what String[] args was, how to pass parameters into the main method, or even what the keywords in front of the main method were.

I hope you enjoyed this main method in java tutorial! -

Full Java Tutorial For Beginners Playlist:    • Full Java Course by Alex Lee  
Free Tips: https://bit.ly/3U6HXcb

Disclosure: The Springboard link provided is linked to my affiliate account & supports the channel.

~

Alex Lee