I can't tell how much I appreciate your content. I was literally a month behing on my programming lecture cause I understood nothing in any lecture. Thanks to you, I understood everything we've been doing for a month in 3 hours. Thank you for the wonderful content!!!
@MathAndScience4 жыл бұрын
Awesome! You are very welcome!
@Torres-Torbo6 жыл бұрын
I have a java class and the professor did not know how to explain this under 3 hours but you just made me understand static under 10m. I will recommend my friends to watch your videos.
@trevorcarterva3 жыл бұрын
This is one of the best tutorials on this topic that I've seen. I've read through three different books and watched several other tutorials, but none explain it so clearly as this one. Thank you!
@Molaleni9 ай бұрын
Standing ovation. You are an amazing instructor 👏🏾👏🏾👏🏾👏🏾👏🏾
@adrianehm4 жыл бұрын
Thank you so much for your tutorials. I watched this whole playlist and I can definitely say I understand classes and methods in Java much better now. The examples made a lot of sense. You're a great teacher!
@pedrog58469 ай бұрын
Jason if I had a clone machine I would multiply you and deploy you across all the schools in the U.S. You have a skill of teaching that I'm excited to see your series of lectures that I hope to pass on to my own family one day. I want to express my gratitude from myself and anyone that comes across your channel and website to learn and expand their knowledge.
@YemiOpa3 жыл бұрын
Thank you for the JAVA lessons. Best JAVA tutor EVER
@-zerenity-23224 жыл бұрын
Great! You always cover my questions haha, half way through I was thinking "well then what is the difference between static and final", and then you tackled that exact question of mine by demonstrating how static is used with methods :)
@MathAndScience4 жыл бұрын
Happy to help!
@MdRafi-kb2qj4 жыл бұрын
Thank you so much for teaching me Java, you made my learning so easy. Thank you for all your videos :)
@meylisiljanov9815 жыл бұрын
Thank you, Thank you and again Thank you for all of your lessons. It helped me a lot !!!
@muhammadrahman53886 жыл бұрын
You are just Awesome ! Please make a video on class test file (Not in the bottom of the same class but in a separate class/ page) and the way to access to the class from the test file. Thanks
@taheraldulimi4 жыл бұрын
God bless this session. Made my life easier!
@isaaclumato53475 жыл бұрын
you are the best teacher on youtube....what are getters?
@jimmyjuarez62246 жыл бұрын
Can you explain getters ? I know in the last video you explained setters but i am still confused about getters. You're great.
@satioOeinas2 жыл бұрын
It just returns a value. Example: if you make a car object, which cointains a int price and a String color. You could make a method like this: public int getPrice(){ return this.price; } ofcourse, you would need an object variable int price and a constructor for your car objects.
@tomholownia20853 жыл бұрын
Amazing tutorials. Thanks hugely
@TAHJBecomeYourBestSelf5 жыл бұрын
So the variable, passengers could be static then, because every object in the class, static would have passengers. Is that correct? Passengers could be static too?
@ranomea4 жыл бұрын
Thank you for all of your lessons, God bless you! :)
@AhmedAli-ik6ii3 жыл бұрын
you're a life saver
@Electro-HackingАй бұрын
well done !!!😎
@johng75532 жыл бұрын
extremely helpful! Thanks!
@byslyrten3 жыл бұрын
Thank you, it helped a lot.
@mbs82492 жыл бұрын
Thank you
@hallvardlundehervig55086 жыл бұрын
Informative as always
@maleksaci2627 Жыл бұрын
sad u dont have more of this
@aquilaack22216 жыл бұрын
why do I always have an error that says "non-static variable cannot be referenced from a static context" its frkn annoying