Beginner Java Tutorial #6: Java Comments, Arguments and Parameters

preview_player
Показать описание

In this video we talk about single and multi-line comments, as well as arguments and parameters.

Follow me:
Рекомендации по теме
Комментарии
Автор

You are the best teaching java on youtube! Please keep doing this tutorials.

supracia
Автор

You cleared up something most take for granted you know. Thanks. Subscribed!

davidmatthews
Автор

You have a great way of explaining things. Are you planning on making more tuts?

SolSrchnRo
Автор

Variable make it really easy to change your program in the future. You could just use the name, but when you wanted to change that name in the future you would have to do it in every spot where the name was written. If you used a variable to represent the name then you would just have to change it in a single place. As you go through more tutorial variable will start to make more sense and you will see they value that they really have.

freetechtorials
Автор

Great tutorials. I love the way that you take time to explain things thoroughly 

alexfmeulenbeld
Автор

Thank you Shane for the tutorials! They are the best!

lianaemelyanova
Автор

You are better than my professor. Great job.

nanaschannel
Автор

Your way of explaining is wonderful...!!

MrBoonka
Автор

Great tutorial Shane,
There is still something I do not understand.
How does name relate to the Shane?

pillo
Автор

"Name" is just a variable. We could use pretty much any thing we want in the place of the word "Name" and get the same result. For example, we could use "X", "testTaker", or even even something random like, "xxydhgyadfadgaga". All we are doing, is telling the program that we want to store the word "Shane" in that variable. By storing "Shane" in that variable we can use the variable as many times as we want and if we ever wanted to change "Shane" to "Tom" we only have to do it in one place.

freetechtorials
Автор

Thank you, I have been wanting to learn Java for a long time now. I know what it means and how to do it in just one day because of you. Thank you very much your the best.
Thank you, Shane
PS my name is Shane as well. :P

xmonkeyzpawx
Автор

these videos have helped me a lot, thanks

chrisblanchard
Автор

Got some clarification on things I needed! YES!

robloxvempor
Автор

Thats really help to learn it. Thank you!

DEMONTOMAS
Автор

If you haven't watched the other tutorials, give 'em a look and that may help your understanding. If you still have problems grasping the concept just pm me and I will try and help you out. Thanks

freetechtorials
Автор

Thank you!!
Does anybody know if JGrasp uses a very different style?

leahfey
Автор

what are the differences between parameters and argument?

ahmadbelhaj