You say you are talking a lot in your tutorial but everything you say holds immense value. I learn more here than reading from the java platform! Thank you!!!
@DINGOKIS6 жыл бұрын
This is the only channel that does comprensible Java tutorials I found all over the internet
@baselkaskas20935 жыл бұрын
wrong
@noddlecak32795 жыл бұрын
@@baselkaskas2093 wrong
@baselkaskas20935 жыл бұрын
@@noddlecak3279 you agree? Or
@surered49583 жыл бұрын
This is very well described. I've watched dozens of videos on Java topics across many channels, but this channel is really second to none.
@manoharsagunthalla9215 Жыл бұрын
Thank you very much for elaborate explanation. You are the one good teacher who reads the students mind.
@himanshu998716 жыл бұрын
Best tutorials on java everrrrrrr...!!!!!
@nebojsanedovic90794 жыл бұрын
I am amazed by the way you are explaining, just like exactly everybody should be doing from now on! Wow, honestly you attracted my attention, please keep doing this!
@freefiresouthafrica792 жыл бұрын
it is the best explanation for me.Thank you very much.
@abugslife24615 жыл бұрын
ahhh this is exactly what i needed!! Thank you so much for all your tutorials, these java ones have served me well!! You've kept me afloat this semester cause reading the textbook is not exactly as helpful as watching videos :) thanks again!!!!
@4243arun5 жыл бұрын
Your voice is soo soothing ,you are doing great service for beginner like me .Thaks .
@georgia8248 Жыл бұрын
You are the best!!!🎉
@simoo77556 жыл бұрын
Thank you so much!Keep the java videos coming!
@anthonyvarnadore93462 жыл бұрын
the lesson exercises are after the lesson, you must pause your video before he explains the lesson explanation starts with green color words. If you want to learn do the work and you will get great results
@zacchaeusferdinandkoujukpm30484 жыл бұрын
the only java tutorial that i understand.
@othabesttvdjcoleman2185 жыл бұрын
Your tutorials are superb
@RamAtreya4 жыл бұрын
very clear explanation! Thank you
@rewatipoudel2 жыл бұрын
you are just wow:)
@emmanuelkajue34066 жыл бұрын
Among the best I ever experience very helpfull
@Mrjoethexmaspoo4 жыл бұрын
Excellent. Thank you.
@MathAndScience4 жыл бұрын
Welcome!
@fry3395 жыл бұрын
Man, you're so good...
@ca98884 жыл бұрын
You are Amazing
@citizenz5806 жыл бұрын
Great work!
@MetalRuless6 жыл бұрын
Very good you're the man
@PedroPlanas7775 жыл бұрын
hi there man i wonder if i can use your videos for commercial purpooses on a platform? can i
@farhanwasiq5 жыл бұрын
where i can find the excercises?
@kanavosthan6 жыл бұрын
really helpful, thanks
@MrYuvalevy1105 жыл бұрын
where can I find some excercises which demand using this material? thanks !!
@nwizg5232 жыл бұрын
why did he use void?
@Robman23146 жыл бұрын
I understand why void is used, but I do not know when it is used.. Like in this example, you don't want to return a value which I don't get because you are trying to return a value, the double endurance value. So, why is void even used.
@OVERSMART6 жыл бұрын
actually in the void part the teacher is not trying to return a value,he is just declaring the variable.The values of the variable are declared in the main method,so we are just calling the void method declare as in the form of a formula declared earlier
@fara_an Жыл бұрын
Returning something means giving out a result to the program for further computation. you can't multiply, subtract, add number to the result that void method gave whereas with return method u can