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;
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
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.
Excellent explanation! Concise, clear, and the videos are sensibly arranged. Great for beginners or someone transitioning to Java from another programming language.
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!
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!
Χρησιμοποιώντας primitive τύπους δεδομένων σαν να είναι reference τύποι δεδομένων, και δημιουργώντας wrapper classes, οι μεταβλητές αποκτούν πρόσβαση στις μεθόδους των reference τύπων δεδομένων.
I've been taking an online course in OOP Java and your videos are way more helpful than my professor and his book
well idk what book u read, but oracle java for beginner is great
ofc mixed with BRO CODE
@@lunaeclipse5768 Thanks, I already passed the class using youtube and Udemy. The book I was using was written by my professor lol.
@@hennykrvtz what the course have you passed on Udemy?
@@Пирамидакуба The Complete Java Developer Course -Mastering Java from zero
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;
}
}
How to copy bro...There is not a option of copying
Bro u r really really Pro
@@DeepakKumar-dw1re can do on PC or website, not in app
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
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.
Thank you bro, I'm Spanish and I understand everything. It's better than other videos in Spanish.
I'm russian, the same situation
I'm martian, the same situation
I have never seen anyone teach as good as you, excellent
Thanks for the lessons. Great explanation of everything.
great video!!! I'm infinitely grateful for your dedication and big heart to share this knowledge with the world. Thank you soo much
Very well explained, Thank you -:)
Excellent explanation! Concise, clear, and the videos are sensibly arranged. Great for beginners or someone transitioning to Java from another programming language.
Bro,I really appreciate your videos!
You've helped me a lot.
May God bless you!
this is the best channel that explains Java
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!
Was reading my textbook and confused as hell as to what the point is for wrapper classes. This simplified it beautifully.
Bro, you make it so much easier to understand OCA
Thank you
beginner here. your video literally saved my life
God mode on bro code best short precise concise content on youtube love and respect from india
Great video
Can't wait for the next content in your Channel!
You are doing an amazing job Bro 😍
How can we thank and award you for this amazing content! :D
cool, most of my if else conditions working fine after knowing this topic. thank bro )))
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!
Best Professor Ever Seen! Bro Could You Drop For Like Game Development Cources
mastoo bhai ni
wonderful lessons!
Very helpful video
I'm going to learn Java, Bro Sensei. Believe it.
Good Explanation
Great info!
Thanks bro. Got what i need. Go to 4 min if impatient
👍👍👍👍👍👍👍
you're always the answer to my programing problems
What a teacher respect BRO
amazed
Thanks for your knowledge!
Awsome 👌
you're the best,thank you so much i really understand the courses.
love this
Nice
nice work 💥
Nice!❤
Double d, nice.
better than my lecturer no cap, 2 hours lesson to7mins
loved the vid
Nice.
🤩🤩
🎉
Thank you very much
best
🤘
Wrapper classes understood completely. 18th. Thank you, ma Bro Sensei!
nice
Great explanation!
this guy's voice is truly ASMR
Love it bro.
amazing
You made this simple! Thank you!!!
nice video
DROPPING A COMMENT
This is acomment
thanks, i understand this a whole lot better now!! subscribed!
🙌❤️👌
You made it so easy. Thank you Bro!
commenting for algorithm!
cool video!
thanks bro
Bro!!! I love this channel!
😍😍😍
This was super useful. Thank you, bro
Bro, u too cool for this world!
Keep up with the good work bro!
Cool, thank you!
Love me some Double d
Thank you.
After watching 5 videos with poor explanation I finally understood the main differences.
Keep it up brother.
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.
Thanks
thanks
real talk, bro
Thank you bro
Bro can you make a video for data structures😁
I was thinking of creating a Data Structures and Algorithms playlist sometime
@@BroCodezpls make
Thx bro
special thanks to your english pronounce. its really easy to understand you being not a native speaker
thx bro
thx
gg
i would like become a fellow bro
THX
some food for the allmighty algorithm : "great , concise, high quality, .addrandomAdjective(); "
Did you tried the ctrl + m?
yes it hides the package explorer, not quite what I was hoping for
@@BroCodez it actually hides everything. I personally like it :D
you guys get discord yet
i wanna be a famous wrapper in a JSON mask
hey, good shit (in the positive shit sense)
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.
Thank!
Thanks, Bro! ☕
"Fellow bro" haha
just dropped the comment
Χρησιμοποιώντας primitive τύπους δεδομένων σαν να είναι reference τύποι δεδομένων, και δημιουργώντας wrapper classes, οι μεταβλητές αποκτούν πρόσβαση στις μεθόδους των reference τύπων δεδομένων.
Thank bro! ☕️ YT Algo
Type mismatch: cannot convert from boolean to Boolean
A question Bro code can you make a crossword puzzle something people do for fun.