//********************************************** public class Main { public static void main(String[] args) { Garage garage = new Garage(); Car car1 = new Car("BMW"); Car car2 = new Car("Tesla"); garage.park(car1); garage.park(car2); } } //********************************************** public class Garage { void park(Car car) { System.out.println("The "+car.name+" is parked in the garage"); } }//********************************************** public class Car { String name; Car(String name){ this.name = name; } }}//**********************************************
@HuyNguyen-qx2jr Жыл бұрын
What a brilliant way of teaching code! I'm not good at English but I can understand almost what you say in video! Thank you so much!
@programminglover28513 жыл бұрын
I really appreciate your brilliant way of teaching. It was awsome ;)
@dianamilenaarchilacordoba46323 ай бұрын
great video!!! I'm infinitely grateful for your dedication and big heart to share this knowledge with the world. Thank you soo much
@kemann38153 жыл бұрын
Man, at first, i just wanted to learn java to make minecraft mods. After watching your videos, now i want to learn other languages too. You are great, much love ❤
@nhatnguyenquoc2004 Жыл бұрын
wow cool dude
@doggo28215 ай бұрын
your awesome I did not know you can create minecraft mods using java
@BalaKumaran-g9j Жыл бұрын
nice explanation. Thanks for the videos.
@TechWithSabri5 ай бұрын
Thanks Bro for this Series, i'm a Python Guy, but i'm enjoying getting the info again for Java
@stevenadisantoso82193 жыл бұрын
Easy to understand this is what i need 👍
@millejadecabrera45443 жыл бұрын
enjoying this java tutorial, hoping for project based tutorial for java☺️☺️☺️
@deeplife9654 Жыл бұрын
Bro code is incredible. So fun and easy to learn. I am a self learner. So far I feel that I do not need anyone help to learn Java 😂😂. Bro is more than enough. ❤. To point and short & all necessary explanations
@kalyaniv2863 Жыл бұрын
Great explanation!Thank you
@yellowhellow-wi9giАй бұрын
thank you bro you are a life saver
@stevonolandem27127 ай бұрын
Another simple example, thanks.
@pavelkvasnicka6856 Жыл бұрын
This is the best Java tutorial for beginners, so you can learn Java and English in one hit. Please keep going! I vote for Java advance tutorial. Thanks a lot Bro
@ceop12394 жыл бұрын
Awesome teacher
@lmao96197 ай бұрын
you are the absolute best bro. i love you bro
@iamTHIEN0137 ай бұрын
Please do the road map, what to study in JAVA to get a job. Thank you so much
@soumelee56612 жыл бұрын
nice vid very good explanation
@sabaasifkhan228817 күн бұрын
thankyou sir its my exam tommorow and you have clear my concept
@joyceasante8292 Жыл бұрын
Object passing Passing an object as an argument to a method public class Main { public static void main(String[] args) { Warehouse warehouse = new Warehouse(); Commodity commodity1 = new Commodity("corn"); Commodity commodity2 = new Commodity("soya bean"); warehouse.stock(commodity1); warehouse.stock(commodity2); } } **************** public class Warehouse{ void stock(Commodity commodity){ System.out.println("The "+commodity.article+" is stocked in the warehouse"); } } ********* public class Commodity{ String article; Commodity(String article){ this.article = article; } }
@বাউণ্ডুলেঅনুপ4 жыл бұрын
Well explained! Bro
@BroCodez4 жыл бұрын
thanks for watching Codle
@danny.30363 жыл бұрын
Thanks, Bro! ☕ You're awesome!
@pradeepg44982 жыл бұрын
Channel name is beautiful 👌🙏🏻
@nikleduc21484 жыл бұрын
how do you only have 11k subs I've recommended you to like every new coder I know
@BroCodez4 жыл бұрын
thanks Nik!
@DudeWhoGames4 жыл бұрын
Do you happen to have a discord by any chance? would be really helpful to get help on more specific problems! Other wise amazing videos!
@BroCodez4 жыл бұрын
I'd love to, but I don't think I could handle a discord right now. Maybe in the future when I have more time I could
@gervinho2433 жыл бұрын
@@BroCodez Even if you don't have time, the thing is, with Discord, someone in the community may have an answer to our concern. We just need real-time interactions, sometimes, for very few specifics problems that do not necessarily need a video to be made for. Hope you understand.
@anatolisavin31553 жыл бұрын
my friend, will you ever teach spring ? java for web. I'm willing to pay you for a course like that. create a patreon !
@ctluwua76953 жыл бұрын
Yeah!!
@VladimirM883 жыл бұрын
This! Please! I'd gladly pay for a Spring course from you!!!
@aruldilip94303 жыл бұрын
How to contact the instructor, is he having a website
@vithuhavoc20562 ай бұрын
Thank you so much Sir ..
@looming_3 жыл бұрын
clear, concise. Liked.
@anasibrahim65483 жыл бұрын
great explination
@misterwiggles87712 жыл бұрын
for the algorithm
@eugenezuev73497 ай бұрын
Bro is just a lifesaver
@曾毓哲-b1t Жыл бұрын
Thank you very much
@JFErikson2 жыл бұрын
If you had a second method in garage to park motorcycles, you would have it call a motorcycle object as well but both would exist within garage, correct?
@brauliosxd Жыл бұрын
Thank you Bro
@fargetti53852 жыл бұрын
Very good thank you!
@Devmini_Weerasinghe7613 Жыл бұрын
thanks bro 🙏
@TheEvertonDias Жыл бұрын
Thanks, Bro!
@mauxcbr48793 жыл бұрын
Great job!
@armaulan3 жыл бұрын
easy to understand
@theinthanzaw30692 күн бұрын
Thank bro
@tamekkaknuth96122 жыл бұрын
this may seem weird I love how you put a symbol or picture after your title!!
@huuloc87193 жыл бұрын
NIce.
@_7.T_4 жыл бұрын
thank you my Bro ♥♥♥
@JakubFischer-hm4re2 жыл бұрын
love you broski
@honoredegg2 жыл бұрын
Understood with using integers. 32th. Thank you, ma Bro Sensei!
@cate01a4 жыл бұрын
well explained!
@minhtetpaing16953 жыл бұрын
Thank you so much sir.
@inhhai67733 жыл бұрын
Thanks, bro.
@pa-3053 жыл бұрын
Best broooo
@cdjosh35684 жыл бұрын
Lets goooo!
@smwalez7196Ай бұрын
thank you so much ❤
@developerjunior4463 жыл бұрын
Thanks Bro
@matinmonshizadeh3 жыл бұрын
thanks bro
@shdkdelllp99852 жыл бұрын
ThanksBRO
@ibrahimylmaz83782 жыл бұрын
thank you bro
@mryoloTHEgreek8 ай бұрын
lets go bro
@malachijamison429 Жыл бұрын
Thanks Bro Code!
@augischadiegils.51094 жыл бұрын
Nicee!!
@omerabdelraheem9642 жыл бұрын
how the non static method worked in a static class??? the method bark in the class main
@salvadego78342 жыл бұрын
nice
@varunsai42222 жыл бұрын
nycc
@percivalgebashe4376 Жыл бұрын
Nice
@themodestai96034 жыл бұрын
Thank you
@PoorwayTraning Жыл бұрын
thanks
@gentle9964 Жыл бұрын
gerade vid as always
@sebysurfer Жыл бұрын
thx bro 🤙
@alialhussain41396 ай бұрын
Thanks, Bro 06/08/2024
@quanlien8017 Жыл бұрын
the examples in the video. Could it be called injection dependency?
@W3r3-w0lf2 жыл бұрын
Bro what is benefit of passing object to a method in actual programming? is it for placing some data then using them later ? is it relevant to Data binding?
@sahirbadr8901 Жыл бұрын
I believe this is just a simple way of explaining how it works, later on the objects getting passed are entered via user input
@W3r3-w0lf Жыл бұрын
@@sahirbadr8901 I get it i've completed java Gui and oop now I realize why do we use it, it has several benifits in polymorphism aggrigation and downcasting classes and in relationships between classes, reduces creating object in method only we pass reference to method for memory complexity avoiding redundancy. That was 4 month ago nearly 5, I had no clue what was object and passing via parameters
@sahirbadr8901 Жыл бұрын
@@W3r3-w0lf thanks for telling me, I didn't even know that!
@AbhishekSingh-tf6sx2 жыл бұрын
Yeah Bro !
@user-xe8vl9eh9l3 жыл бұрын
your voice is very clear which software and mic do you use for recording videos
@wallstreetbets77412 жыл бұрын
learnt but can rewatch
@TWVVermin2 жыл бұрын
thank you.
@azleezlee4 жыл бұрын
Thanks
@BroCodez4 жыл бұрын
thank you for watching Azlee!
@Skyland_2005 ай бұрын
king
@asemshaat66723 жыл бұрын
What's the difference between these two initialized variables? public int age; int age;
@whoami-dt8vo3 жыл бұрын
Both of these are not initialized they are just declared. I guess what u wanted to ask was access modifiers. "int age" is default access modifier which means it can be used inside the package where it was declared. Whereas "public int age" means it can be used outside the package and pretty much any where else. I hope this answers your doubt.
@dalv8749 Жыл бұрын
ty
@adityaalshi70812 жыл бұрын
❤️🙌👌
@MusaKhan-rn3mn4 жыл бұрын
THANKS BRO LY
@BroCodez4 жыл бұрын
Luv U 2 NO HOMO
@nikleduc11583 жыл бұрын
Bro Code is my love! I will fight you for him ⚔
@Ace-le7ld Жыл бұрын
❤
@eugenelichen1435 Жыл бұрын
Anyone know why he doesn’t have to put public in the constructors?
@nikitassouvatzis19282 жыл бұрын
Ένα ακόμα σημαντικό μάθημα για τα αντικείμενα στη Java.
@anjapietralla576711 ай бұрын
🚘
@alexyakoveno46822 жыл бұрын
@sudeshsachintha57372 жыл бұрын
gg
@akhileshsohotoo4428 Жыл бұрын
I am a fellow bro !
@chakmak3 жыл бұрын
need new videos!
@ZalaBhai Жыл бұрын
You didn't discussed technicalities..what happens behind the scene..😊
@storiesbeneaththesurface19422 ай бұрын
1
@oguzhantopaloglu94424 жыл бұрын
👍
@AARTIKUMARI-fe8wx Жыл бұрын
vedio 32
@nikleduc11583 жыл бұрын
I'm subscribed to you on three different accounts (school, "work" and normal) I am your biggest SIMP