Java wrapper classes 🎁

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.ย. 2024

ความคิดเห็น • 168

  • @BroCodez
    @BroCodez  3 ปีที่แล้ว +71

    public class Main {
    public static void main(String[] args) {

    // wrapper class = provides a way to use primitive data types as reference data types
    // reference data types contain useful methods
    // can be used with collections (ex.ArrayList)

    //primitive //wrapper
    //--------- //-------
    // boolean Boolean
    // char Character
    // int Integer
    // double Double

    // autoboxing = the automatic conversion that the Java compiler makes between the primitive types and their corresponding object wrapper classes
    // unboxing = the reverse of autoboxing. Automatic conversion of wrapper class to primitive

    Boolean a = true;
    Character b = '@';
    Integer c = 123;
    Double d = 3.14;

    }

    }

    • @DeepakKumar-dw1re
      @DeepakKumar-dw1re 2 ปีที่แล้ว +1

      How to copy bro...There is not a option of copying

    • @pallakidivya482c3
      @pallakidivya482c3 2 ปีที่แล้ว

      Bro u r really really Pro

    • @viswanthdonda3954
      @viswanthdonda3954 ปีที่แล้ว +1

      @@DeepakKumar-dw1re can do on PC or website, not in app

  • @hennykrvtz
    @hennykrvtz 2 ปีที่แล้ว +92

    I've been taking an online course in OOP Java and your videos are way more helpful than my professor and his book

    • @lunaeclipse5768
      @lunaeclipse5768 2 ปีที่แล้ว +2

      well idk what book u read, but oracle java for beginner is great

    • @lunaeclipse5768
      @lunaeclipse5768 2 ปีที่แล้ว +1

      ofc mixed with BRO CODE

    • @hennykrvtz
      @hennykrvtz 2 ปีที่แล้ว +1

      @@lunaeclipse5768 Thanks, I already passed the class using youtube and Udemy. The book I was using was written by my professor lol.

    • @user-jw2we6il2x
      @user-jw2we6il2x 2 ปีที่แล้ว +1

      @@hennykrvtz what the course have you passed on Udemy?

    • @hennykrvtz
      @hennykrvtz 2 ปีที่แล้ว +4

      @@user-jw2we6il2x The Complete Java Developer Course -Mastering Java from zero

  • @pavelkvasnicka6856
    @pavelkvasnicka6856 ปีที่แล้ว +7

    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

  • @dianamilenaarchilacordoba4632
    @dianamilenaarchilacordoba4632 9 วันที่ผ่านมา

    great video!!! I'm infinitely grateful for your dedication and big heart to share this knowledge with the world. Thank you soo much

  • @chrisbird5000
    @chrisbird5000 2 ปีที่แล้ว +9

    You are brilliant, thanks man. I couldn't even begin to wrap my head around this topic before, but now it makes a lot more sense. I really appreciate your work.

  • @GamingwithAkash111
    @GamingwithAkash111 2 หลายเดือนก่อน +1

    Best Professor Ever Seen! Bro Could You Drop For Like Game Development Cources

  • @OsomWay
    @OsomWay 3 ปีที่แล้ว +8

    Thank you bro, I'm Spanish and I understand everything. It's better than other videos in Spanish.

    • @danny.3036
      @danny.3036 3 ปีที่แล้ว +1

      I'm russian, the same situation

    • @martiananomaly
      @martiananomaly 3 ปีที่แล้ว +7

      I'm martian, the same situation

  • @hamzaquadri4956
    @hamzaquadri4956 6 หลายเดือนก่อน

    Was reading my textbook and confused as hell as to what the point is for wrapper classes. This simplified it beautifully.

  • @huyngo2u924
    @huyngo2u924 3 ปีที่แล้ว +5

    I have never seen anyone teach as good as you, excellent

  • @mohamadnazirissumalgy3699
    @mohamadnazirissumalgy3699 3 ปีที่แล้ว +20

    Bro,I really appreciate your videos!
    You've helped me a lot.
    May God bless you!

  • @yevgenomelchenko732
    @yevgenomelchenko732 ปีที่แล้ว +1

    Thanks for the lessons. Great explanation of everything.

  • @rafidsaadman8137
    @rafidsaadman8137 2 ปีที่แล้ว +2

    Thank you.
    After watching 5 videos with poor explanation I finally understood the main differences.
    Keep it up brother.

    • @thewewguy8t88
      @thewewguy8t88 ปีที่แล้ว

      seriously i get the difference like right away but i feel like with any other video it would have sounded way more confusing then it actually is.

  • @darijanavric2402
    @darijanavric2402 10 หลายเดือนก่อน

    Excellent explanation! Concise, clear, and the videos are sensibly arranged. Great for beginners or someone transitioning to Java from another programming language.

  • @mohamedfathi5551
    @mohamedfathi5551 ปีที่แล้ว

    this is the best channel that explains Java

  • @draxanomourad141
    @draxanomourad141 2 ปีที่แล้ว

    This is the comment which is going to save the channel!
    Just kidding, channel needs no saving. It's absolute beast house! Lovely work. Thank you for educating us!

  • @kabirkrishna8520
    @kabirkrishna8520 2 ปีที่แล้ว +1

    Thanks bro. Got what i need. Go to 4 min if impatient

  • @JochemCraen
    @JochemCraen 3 ปีที่แล้ว +2

    Bro, you make it so much easier to understand OCA
    Thank you

  • @miuwai6211
    @miuwai6211 2 ปีที่แล้ว +1

    Very well explained, Thank you -:)

  • @PraveenReddySatti5
    @PraveenReddySatti5 6 หลายเดือนก่อน

    cool, most of my if else conditions working fine after knowing this topic. thank bro )))

  • @enigmatimson4565
    @enigmatimson4565 3 ปีที่แล้ว +4

    How can we thank and award you for this amazing content! :D

  • @ryansmith616
    @ryansmith616 5 หลายเดือนก่อน

    I'm here because the well-known "prestegious" university that I give thousands of dollars to every term can't explain computer science nearly as well a free youtube video. Thank you for the content, super helpful!

  • @zyy6080
    @zyy6080 8 หลายเดือนก่อน

    better than my lecturer no cap, 2 hours lesson to7mins

  • @chaithdridi2718
    @chaithdridi2718 3 ปีที่แล้ว +3

    You are doing an amazing job Bro 😍

  • @coltonbailey8873
    @coltonbailey8873 3 ปีที่แล้ว +1

    I'm going to learn Java, Bro Sensei. Believe it.

  • @Merangelis_b
    @Merangelis_b 4 หลายเดือนก่อน

    Great info!

  • @sj1997
    @sj1997 3 ปีที่แล้ว

    God mode on bro code best short precise concise content on youtube love and respect from india

  • @mahadevanvilvendhan9719
    @mahadevanvilvendhan9719 6 หลายเดือนก่อน

    Good Explanation

  • @nourialsayed
    @nourialsayed 3 ปีที่แล้ว +2

    What a teacher respect BRO

  • @filiprashev6658
    @filiprashev6658 2 ปีที่แล้ว

    Can't wait for the next content in your Channel!

  • @HamedAthari
    @HamedAthari 2 ปีที่แล้ว

    you're the best,thank you so much i really understand the courses.

  • @unlockme1424
    @unlockme1424 3 ปีที่แล้ว +1

    you're always the answer to my programing problems

  • @arjundas7078
    @arjundas7078 2 หลายเดือนก่อน

    Love it bro.

  • @user-hk5um6on4n
    @user-hk5um6on4n 9 หลายเดือนก่อน

    Bro, u too cool for this world!

  • @sn0wball13
    @sn0wball13 8 หลายเดือนก่อน

    Bro!!! I love this channel!

  • @honoredegg
    @honoredegg 2 ปีที่แล้ว

    Wrapper classes understood completely. 18th. Thank you, ma Bro Sensei!

  • @cesara9747
    @cesara9747 2 ปีที่แล้ว +1

    wonderful lessons!

  • @juanestebanparraparra6302
    @juanestebanparraparra6302 2 ปีที่แล้ว

    Thanks for your knowledge!

  • @henriquefaria7529
    @henriquefaria7529 ปีที่แล้ว

    loved the vid

  • @alepereira806
    @alepereira806 2 ปีที่แล้ว

    I am a new bro thanks for the channel

  • @user-zq6yx7of5f
    @user-zq6yx7of5f ปีที่แล้ว

    Thank you very much

  • @shalomerror6236
    @shalomerror6236 2 ปีที่แล้ว

    special thanks to your english pronounce. its really easy to understand you being not a native speaker

  • @user-fi2vc2wt5n
    @user-fi2vc2wt5n ปีที่แล้ว

    👍👍👍👍👍👍👍

  • @Ilovejesus618
    @Ilovejesus618 9 หลายเดือนก่อน

    Nice!❤

  • @JuliHoffman
    @JuliHoffman 2 ปีที่แล้ว

    You made this simple! Thank you!!!

  • @cirst34
    @cirst34 ปีที่แล้ว

    Cool, thank you!

  • @redditman1164
    @redditman1164 3 ปีที่แล้ว

    Keep up with the good work bro!

  • @user-rh2vx5mx7l
    @user-rh2vx5mx7l ปีที่แล้ว

    Very helpful video

  • @aliermagok8793
    @aliermagok8793 2 ปีที่แล้ว

    You made it so easy. Thank you Bro!

  • @merrylia8316
    @merrylia8316 ปีที่แล้ว

    🤩🤩

  • @jessetello7620
    @jessetello7620 ปีที่แล้ว

    thanks, i understand this a whole lot better now!! subscribed!

  • @lunaeclipse5768
    @lunaeclipse5768 2 ปีที่แล้ว

    this guy's voice is truly ASMR

  • @leonidasgx5388
    @leonidasgx5388 3 ปีที่แล้ว

    This was super useful. Thank you, bro

  • @maxharoa
    @maxharoa ปีที่แล้ว

    Great explanation!

  • @lewkoowicz
    @lewkoowicz ปีที่แล้ว

    🤘

  • @percivalgebashe4376
    @percivalgebashe4376 ปีที่แล้ว

    Nice

  • @eugenezuev7349
    @eugenezuev7349 4 หลายเดือนก่อน

    real talk, bro

  • @user-kt2bt1lq3v
    @user-kt2bt1lq3v ปีที่แล้ว

    best

  • @shalajko
    @shalajko 3 ปีที่แล้ว +2

    some food for the allmighty algorithm : "great , concise, high quality, .addrandomAdjective(); "

  • @nikitassouvatzis1928
    @nikitassouvatzis1928 ปีที่แล้ว

    Χρησιμοποιώντας primitive τύπους δεδομένων σαν να είναι reference τύποι δεδομένων, και δημιουργώντας wrapper classes, οι μεταβλητές αποκτούν πρόσβαση στις μεθόδους των reference τύπων δεδομένων.

  • @jomarbombita5078
    @jomarbombita5078 3 ปีที่แล้ว +3

    Bro can you make a video for data structures😁

    • @BroCodez
      @BroCodez  3 ปีที่แล้ว +6

      I was thinking of creating a Data Structures and Algorithms playlist sometime

    • @chimmy_rieal3720
      @chimmy_rieal3720 10 หลายเดือนก่อน

      ​@@BroCodezpls make

  • @basavarajnm3028
    @basavarajnm3028 2 ปีที่แล้ว

    mastoo bhai ni

  • @elionayzuridasilveira4140
    @elionayzuridasilveira4140 4 หลายเดือนก่อน

    Thank you bro

  • @YARUB-h2i
    @YARUB-h2i หลายเดือนก่อน

    Thx bro

  • @90artiKYK
    @90artiKYK 7 หลายเดือนก่อน

    broooo , you so good

  • @Rachitt-is-literally-amazingg
    @Rachitt-is-literally-amazingg หลายเดือนก่อน

    DROPPING A COMMENT

  • @aaliyahmars4500
    @aaliyahmars4500 2 ปีที่แล้ว

    cool video!

  • @rahulsinghshekhawat2487
    @rahulsinghshekhawat2487 ปีที่แล้ว

    You have earned a bro.

  • @piltover5205
    @piltover5205 2 ปีที่แล้ว

    Double d, nice.

  • @kingb772
    @kingb772 2 ปีที่แล้ว

    nice work 💥

  • @kemann3815
    @kemann3815 2 ปีที่แล้ว

    Awsome 👌

  • @wyattkoch7097
    @wyattkoch7097 ปีที่แล้ว

    Love me some Double d

  • @MrLoser-ks2xn
    @MrLoser-ks2xn 2 ปีที่แล้ว

    Thanks

  • @SibusisoMahlangu-pf7fw
    @SibusisoMahlangu-pf7fw 2 หลายเดือนก่อน

    i would like become a fellow bro

  • @bartomiejsniadach5795
    @bartomiejsniadach5795 2 ปีที่แล้ว

    thx bro

  • @bekturasanbekov1979
    @bekturasanbekov1979 ปีที่แล้ว

    thx 4 vid bro !

  • @huuloc8719
    @huuloc8719 2 ปีที่แล้ว

    Nice.

  • @louiemunoz
    @louiemunoz 2 ปีที่แล้ว

    thanks

  • @grozageorge2887
    @grozageorge2887 ปีที่แล้ว

    😀

  • @tamirrozenfeld3572
    @tamirrozenfeld3572 2 ปีที่แล้ว

    Thank!

  • @user-jg6ue7fh5h
    @user-jg6ue7fh5h 4 หลายเดือนก่อน

    amazed

  • @mert.pinarbasi
    @mert.pinarbasi 2 ปีที่แล้ว

    Does wrapper class variables stored in the heap or stack ? .Since the size of it can be known they should be stored in the stack but Im confused.

  • @wallstreetbets7741
    @wallstreetbets7741 2 ปีที่แล้ว

    thx

  • @mithunbabbira
    @mithunbabbira 3 ปีที่แล้ว

    amazing

  • @Horatius_23
    @Horatius_23 ปีที่แล้ว

    THX

  • @jessekyomuhendot4436
    @jessekyomuhendot4436 2 ปีที่แล้ว

    "Fellow bro" haha

  • @thornadotrigger3073
    @thornadotrigger3073 2 ปีที่แล้ว

    A question Bro code can you make a crossword puzzle something people do for fun.

  • @aiueo8962
    @aiueo8962 ปีที่แล้ว

    gg

  • @DMcar_1
    @DMcar_1 11 หลายเดือนก่อน

    nice

  • @ibrahimylmaz8378
    @ibrahimylmaz8378 2 ปีที่แล้ว

    thanks bro

  • @greeneggsandmushrooms9855
    @greeneggsandmushrooms9855 3 ปีที่แล้ว

    i wanna be a famous wrapper in a JSON mask

  • @djspice6404
    @djspice6404 3 ปีที่แล้ว

    nice video

  • @AakifKohari-hc9xy
    @AakifKohari-hc9xy 2 หลายเดือนก่อน +1

    Type mismatch: cannot convert from boolean to Boolean

  • @sairos4057
    @sairos4057 ปีที่แล้ว

    tx bro

  • @nerrixj.l.6102
    @nerrixj.l.6102 2 ปีที่แล้ว

    😍😍😍

  • @adityaalshi7081
    @adityaalshi7081 2 ปีที่แล้ว

    🙌❤️👌

  • @danny.3036
    @danny.3036 3 ปีที่แล้ว

    Thanks, Bro! ☕

  • @tyronewatermelon751
    @tyronewatermelon751 3 ปีที่แล้ว

    hey, good shit (in the positive shit sense)

  • @srpcdgaming
    @srpcdgaming ปีที่แล้ว

    There is one more called float with capital F Float

  • @peterho3119
    @peterho3119 5 หลายเดือนก่อน

    just dropped the comment

  • @alyymibeal5485
    @alyymibeal5485 3 ปีที่แล้ว

    Thanks Bro :)