

More courses! Free C++ course:
Make a social network with Spring Boot:
Learn about MySQL and relational databases:
Java desktop programming:
Intermediate-Advanced C++ 11:
——————————————————————————————————————————————-
How to pass data into Java methods, plus a look at one of the aspects of method parameters that beginners find particularly confusing.
——————————————————————————————————————————————–
More videos on my YouTube channel:
source
I have been studying Java as an external student for the last 8 months and have been having a hell of a time actually understanding the basics properly. Hundreds of hours of tutorials and this series is hands down the easiest to follow.
You should get hired by Khan Academy to teach Java.
Amazing tutorial 😀
definitely the best tutorial ever
7:15 does String need to be before double because it's a class?
Passing a parameter is a misnomer because the parameter is not the data, the data is what is being passed not the parameters.
Did you say Bob is my uncle? How did you know Bob was my uncle 🙂 Ya, I'm getting it … just cause I'm trying to learn Kotlin and they exspect people to know Java before learning Kotlin.
Thank you mentor for great Java
System.out.println("Nice Java Program Videos");
he said bob's your uncle and i named my robot object bob xD
Excellent explanations and examples. Good advice on practicing declaring methods.
thank you very much for the courses , learning java clearly and at the same time improving english:)
thanks again…
As always with your tutorials John, absolutely brilliant. Explaining the this keyword in words to a non programmer has got to be fun haha.
Things are starting to get clearer…thanks for the instruction.
Could not find any java exercises on your site. Thanks
The best explanation of parameters !!
stop calling parenthesis brackets
How can someone be this good at explainig? It's amazing! It's as good as Khan Academy is in the stuff they teach.
Where can I find exercises for the material learned so far?
Dude you need bether mic and comp.Kill that commodore 64 😀
Like passing it down a chute. Your method of explaining things is simply ingenious. I've been trying to understand classes, objects and methods for a long time and it took you just over 2 hours (I watched part 13 – 16 twice while coding as well) to do the job. One big fan from Germany.
public static void main(String[] args) {
String text1 = "Best ";
String text2 = "Teacher ";
String text3 = "EVER!!!";
System.out.println(text1 + text2 + text3);
}
}
what did you mean by "booket" ? i tried to look up a definition
Your videos are great and have been helping me learn more in 2 days than the Java class I've been taking for a quarter. Also I was playing synthesizers right before watching this and your comment a few minutes in caught me off guard and made me laugh 🙂
can somebody help !!!
i don't understand the last part of the video.
when u call the method speak 2nd time with "greeting" ..how come its ignore the first
part when it's declared by " Hi i am Sam" ?? and it just print "Hello there"