Variables in Java ✘【12 minutes】

  Рет қаралды 206,094

Bro Code

Bro Code

Күн бұрын

Пікірлер: 224
@BroCodez
@BroCodez 4 жыл бұрын
public class Main { public static void main(String[] args){ int x = 123; double y = 3.14; boolean z = true; char symbol = '@'; String name = "Bro"; System.out.println("Hello "+name); } }
@ClashingBrawler
@ClashingBrawler 3 жыл бұрын
System.out.println("Thanks for this course..!!");
@Kutsushita_yukino
@Kutsushita_yukino 3 жыл бұрын
Wait so javascript isnt java :0 Oh f***
@athensathena153
@athensathena153 3 жыл бұрын
System.out.println("Nice Job Bro, thanks so much, really useful video");
@epikurus6913
@epikurus6913 2 жыл бұрын
public class Main { public static void main(String[] args){ String name = "Thank you"; System.out.println(name); } }
@wisydence641
@wisydence641 Жыл бұрын
System.out.println("Thank you! This really helps me understand the variables easier than my teacher teaching! It's " + z);
@mananbhardwaj3976
@mananbhardwaj3976 2 жыл бұрын
when you drop dollars on stupid courses you can just come here
@dellikumarv4819
@dellikumarv4819 5 ай бұрын
True ❤
@richiemoon9218
@richiemoon9218 3 жыл бұрын
"Like the amount of student debt that I owe" LMAO
@matthewfuller5284
@matthewfuller5284 Жыл бұрын
😂😂😂
@repairstudio4940
@repairstudio4940 Жыл бұрын
Laugh now but my number is larger than his ... 🙄😄🤦🏻‍♂️
@Rollers_416
@Rollers_416 5 ай бұрын
three years later and this is still helpful thank you man
@JustaGeminiGod
@JustaGeminiGod 2 ай бұрын
Same
@ItzNeth
@ItzNeth 18 күн бұрын
Real
@listoh
@listoh Жыл бұрын
Wow, this is 1,000 times clearer than what my teacher is currently “teaching” us. Thank you 🙏🏽.
@ladyjpolite
@ladyjpolite 2 жыл бұрын
This was a better explanation than my textbook, teachers, and tutors combined!! I was sincerely doubting my abilities but you make me feel like I can do this👩🏾‍🏫👩🏾‍🎓! Great work. Wishing you great success 🤞🏾
@authorlive2870
@authorlive2870 2 жыл бұрын
I really think this guy deserves a quantity of subscribers, that a long type can't contain))) Thank you for your incredible job, bro!
@abhishekchattaraj
@abhishekchattaraj 3 жыл бұрын
Bro u are doing a great work. Don't worry, at the end of this year you gonna have subscribers more than 1M. Just keep up the good work and stay safe.
@heisernsu
@heisernsu Жыл бұрын
Maybe not exactly as we see now, but 751k is a really fine, great number. He will get there soon!!
@IGCSENERD-up6yv
@IGCSENERD-up6yv 4 ай бұрын
@@heisernsu no, it is 1860k
@heisernsu
@heisernsu 4 ай бұрын
@@IGCSENERD-up6yv dam, time passes, thanks for reminding me tho 👍
@bananass4life530
@bananass4life530 2 жыл бұрын
I love how theres no dislikes, this guy has saved my so much in his other more recent videos because of him i now know everything about creating GUI's an converting them to .exe's, its so cool
@pmurph1
@pmurph1 2 жыл бұрын
Sadly, KZbin has taken away the dislikes. The dislike button now sends info to the channel but isn't shown publicly. Saw it on another video the other day. Great channel though, I agree.
@rpf6167
@rpf6167 Жыл бұрын
Love the wise crack about student debt, man does that one hit home. Bro you are hilarious & besides being one of the absolute best at what you do you make learning really fun. I am so glad I found this treasure trove!
@sanin8621
@sanin8621 2 жыл бұрын
"Let's say we are working with an extremely large number. Like the amount of student debt that I owe." Ur the beset man, keep it up
@MohamedtayebTouahir-v7e
@MohamedtayebTouahir-v7e 2 ай бұрын
فاعل خير:اذا كنت مو فاهم شو يقول يكتب يروح للضبط في أعلى الفيديو بعدين بعدين الترجمة بعدين اللغة لي بدك ورح تجي ترجمة شو يقول في أسفل الفيديو❤
@BagginsFedor
@BagginsFedor 3 жыл бұрын
"The boolean data type has only two possible values: true and false. Use this data type for simple flags that track true/false conditions. This data type represents one bit of information, but its "size" isn't something that's precisely defined." So it can be 4 or 8 bytes.
@victortruong1524
@victortruong1524 Жыл бұрын
Oh shit ! He teach both data types topics to variable topic in 10 minutes ! Last java course I spend 1-2 hours learning video to understand this :))
@ankitdubey4517
@ankitdubey4517 3 жыл бұрын
when I am trying to print int x ; x=123; char symbol= '@'; System.out.println(x + symbol); why I am getting output as 187 instead of 123@
@gaurav561crazy5
@gaurav561crazy5 3 жыл бұрын
U should add format strings in c to print ASCII valu we use %c but I don't format specifiers are available or not in java
@sakibulislam3855
@sakibulislam3855 2 жыл бұрын
ascii of @ is 64. 123 + 64 = 187. If you write (x + "" + symbol), it will work. But I also wanna know why instead of printing the char value its ascii is added with int!
@killer3100
@killer3100 8 ай бұрын
Thank you bro it is very helpful for my upcoming boards
@cabdikaficiise7682
@cabdikaficiise7682 2 жыл бұрын
thanks bro code really i understand declaration, equal assignment ,initialization, data type of any variable and what difference of primitive data type and reference data type
@awhr0350
@awhr0350 Жыл бұрын
I swear to god, professors and textbooks make me feel slow in the head but a youtube chad explains everything in 12 minutes and I understand everything.
@annderby6295
@annderby6295 3 жыл бұрын
Great teaching technique - comparing and contrasting the application of the different data types.
@hellokids1330
@hellokids1330 2 жыл бұрын
public class Main { public static void main(String[] args){ int x = 123; double y = 3.14; boolean z = true; char symbol = '@'; String name = "Bro"; System.out.println("Hello "+name); } }
@pavelkvasnicka6856
@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
@HoangNguyen-z6j9s
@HoangNguyen-z6j9s 7 ай бұрын
Hey bro, you are just fucking awesome! I'm so stressful for months. I'm so stucked with my life now. But fuck it, just enjoy your show first! Wish you best!
@Gogito503
@Gogito503 Ай бұрын
Please support: I am using Intellij IDEA and the variable String was not recognized as variable, is it because String has been included in the public static void sentence? (PD: I was not able to use Eclipse to create a class, the system does not let me)
@CPawnch
@CPawnch Ай бұрын
Thanks for another video Bro! It looks really simple but when you get complacent you tend to forget. I'm looking forward to the next video!
@novelprimekids
@novelprimekids 2 жыл бұрын
Thank you Bro for your awesome training videos.
@johnharris5142
@johnharris5142 7 күн бұрын
This is frustrating. Learning Variables, how do I create a new project? I would recommend, seeing that this is something new, that a new tab be created to keep this separate.
@mtk1137
@mtk1137 2 жыл бұрын
bros i have a question , am a self learner person and i started learning programmation bcs i really love programming , the question is should i really learn algorithms first bcs i see that i dont need it if i learn the whole language , also if it is important can someone recommend me the best serie of videos to learn it , thank you bros!
@Islamputh
@Islamputh 3 жыл бұрын
After learning all the basics I wanna know how to use them to make a real code or an application If (subscriber /*me*/ = asked for help) { System.out.println("Please make a playlist on it"); }
@Steve-zw1yh
@Steve-zw1yh Жыл бұрын
public main class public static void main (String[] args) { string sentence = " thanks, this video is the best"; System.out.println(sentence); } 👍👍👍
@debasishbiswas7118
@debasishbiswas7118 3 ай бұрын
bought gaming laptop....which game to play ? Also 200th comment mine...
@christophersalumro3076
@christophersalumro3076 Жыл бұрын
E for the algorithm
@99Hitsugaya
@99Hitsugaya 3 жыл бұрын
Your channel is too underrated. Hope you get a lot more views.
@kingcreatez4827
@kingcreatez4827 2 жыл бұрын
public class swapVar { public static void main(String[] args) { // TODO Auto-generated method stub String a = "apple"; String b = "banana"; String temp; temp = a; a=b; b=temp; System.out.println("one: "+a); System.out.println("two: "+b); } }
@Lalitamm
@Lalitamm 18 күн бұрын
What would I do without you! Thank you so much! you're a great teacher.
@jayshreeramroop5196
@jayshreeramroop5196 19 күн бұрын
Thanks! Your explanation and examples are very easy to understand. 😊
@thewebhead51
@thewebhead51 Жыл бұрын
Can't thank you enough bro, you're a big help!
@karimmuhammad149
@karimmuhammad149 2 жыл бұрын
Plus all students owe you now too 8) This is very expensive (lol)
@LadnoMuun
@LadnoMuun 2 жыл бұрын
So, just out of curiosity, what happened to that student loan of yours?
@xHazardous5
@xHazardous5 4 ай бұрын
bro you explain so well even better than 1000$ course❤
@Fort-Nate26
@Fort-Nate26 3 ай бұрын
Bro taught me more in 12 minutes than my teacher did in 2 lectures lol
@ranasaani
@ranasaani Жыл бұрын
"Great dear"
4 ай бұрын
Thanks bro! You’re the best! This video has been liked.
@shalajko
@shalajko 3 жыл бұрын
some food for the allmighty algorithm : "great , concise, high quality, .addrandomAdjective(); "
@davidbolduc4378
@davidbolduc4378 3 жыл бұрын
The biggest problem I am having is how do I just practice? The starting a new project always throws me off. I have yet to make a new project without watching the video.
@dr.oswald5400
@dr.oswald5400 3 жыл бұрын
Thanks for the help on java, I was using a school computer so I couldn't like or comment. I'm doing that now.
@SeiduAli-q2b
@SeiduAli-q2b 29 күн бұрын
Thanks man here in 2024,learning java as a beginner and am thankful you've got me covered
@bgtstudy8039
@bgtstudy8039 3 жыл бұрын
Sir All videos are Amazing...also you are Great...sir..I want personally talk with..you...can You suggest me.. anything for improving my coading skill...
@Saiborra-z7i
@Saiborra-z7i Жыл бұрын
Will I able to learn Java without knowing Basics
@shadowredstone7123
@shadowredstone7123 2 жыл бұрын
10:50 No, pizza is always true, change my mind
@АЯШАВА-й3ш
@АЯШАВА-й3ш 2 жыл бұрын
I like your lessons Bro) Watching from Russia!
@SirKingCAT
@SirKingCAT Жыл бұрын
You are an excellent instructor.
@bluebodycamera
@bluebodycamera 3 жыл бұрын
Very nice and easy to follow video! Thanks!
@xxaryamahardika6671
@xxaryamahardika6671 Жыл бұрын
Nice Explanation! You got my Subscribe! Thank You!
@mollyolly3173
@mollyolly3173 11 ай бұрын
His voice is so cool it's like I'm listening to ASMR
@salahadinshemsu6186
@salahadinshemsu6186 Жыл бұрын
Bro that was crazy I see my lectures are s*s thanks
@OutdoorBoyzLite
@OutdoorBoyzLite 3 ай бұрын
like, comment, subscribe. your welcome brooo
@notdumb3182
@notdumb3182 3 жыл бұрын
i will hack nasa after completing this tutorial
@nysmulerecords4465
@nysmulerecords4465 11 ай бұрын
This is the best tutorial 🎉
@victorcoelho6605
@victorcoelho6605 2 жыл бұрын
Just a comment to help 👍🏼 thanks man this videos are really helping me
@wallstreetbets7741
@wallstreetbets7741 2 жыл бұрын
i finish this video. for my record
@captain347
@captain347 Ай бұрын
thank you! it s very clear to understand
@latiffayazi2736
@latiffayazi2736 10 ай бұрын
This was a great explanation I seen eve. 😇
@bluegamer07
@bluegamer07 8 сағат бұрын
Thank you
@aditya8218
@aditya8218 Жыл бұрын
8:18 Amount of student debt that i owe 🤣🤣🤣
@TheGame1083
@TheGame1083 3 жыл бұрын
Do you have a Github with all those other Java projects listed on your Package Explorer?
@Prots0392
@Prots0392 6 ай бұрын
Like comment subscribe ❤
@lillianlou
@lillianlou Жыл бұрын
thanks so much! 1000x times better than the boring lectures of my ap cs class
@medapatinityasrisantoshred2894
@medapatinityasrisantoshred2894 3 жыл бұрын
thanks bro from india here learning java is a whole lot costly
@vickysanth9653
@vickysanth9653 3 жыл бұрын
why am i getting the error "type mismatch: cannot convert from double to float" when I'm trying to type the statement "float b=3.72;" ? i mean float datatype can store decimal values right? then why am i getting error when tried to do so? please help me.. i need the answer
@BroCodez
@BroCodez 3 жыл бұрын
float b = 3.72f;
@robertszymkowiak1573
@robertszymkowiak1573 2 жыл бұрын
Thinking about variables and data types, I thought it would be cool if BRO CODE had developed a video on regular expressions. ;)
@bltl7712
@bltl7712 5 ай бұрын
lol his voice is the reason that doesn’t put me to sleep im so grateful
@momen_elagizy
@momen_elagizy 2 ай бұрын
how can i press like 10k times
@JustNeutral14.
@JustNeutral14. 3 ай бұрын
Good tutorial. Love the content.
@mananbhardwaj3976
@mananbhardwaj3976 2 жыл бұрын
and one more thing please can you make a tutorial on gui c++
@Simis999
@Simis999 2 жыл бұрын
Hey, nice Matrix console!
@HekmatKhyber
@HekmatKhyber 2 жыл бұрын
so nice tutorials, if there is any possibility to make some videos on algorithms in Java.
@mangonango8903
@mangonango8903 2 жыл бұрын
what if you set a boolean but 1 and 0 instead of true and false?
@ngankeehow3973
@ngankeehow3973 11 ай бұрын
ma man is funny and good a teaching
@khatunaresh1
@khatunaresh1 Жыл бұрын
best explanation ❤
@alialhussain4139
@alialhussain4139 4 ай бұрын
Thanks Bro, 05/30/2024
@BenjieSublino
@BenjieSublino 9 ай бұрын
Wow..very accurate and concise,thank you
@mathlee12344
@mathlee12344 3 жыл бұрын
But you should note that you have to mention the variable before using it
@apex-lazer
@apex-lazer Жыл бұрын
yes bro code thank you bro 👊
@NaanyuLenaitorono-jq6eg
@NaanyuLenaitorono-jq6eg 4 ай бұрын
Thank you have learnt a lot
@aboyiphilippa1136
@aboyiphilippa1136 7 ай бұрын
better than my uni course
@hellonearth311
@hellonearth311 2 жыл бұрын
That charizard reference put a smile on my face! Good job man the tutorial is very nice!
@BS.K_channel2834
@BS.K_channel2834 Жыл бұрын
I like your channel bro
@My_Music001
@My_Music001 2 ай бұрын
This channel is too underrated . I got lot of helps for my university studies. Thank you
@RIGS-
@RIGS- Жыл бұрын
thank you bro
@noah77
@noah77 3 жыл бұрын
Nice
@nutkimheng7130
@nutkimheng7130 2 ай бұрын
This video is very useful
@syrymzhakypbekov1949
@syrymzhakypbekov1949 3 жыл бұрын
thank you bro
@kevinsync4863
@kevinsync4863 Жыл бұрын
what software did u use?
@SONNYemc
@SONNYemc 3 ай бұрын
Am I a fellow Bro now?
@ranjithreddy604
@ranjithreddy604 Ай бұрын
Greatest ever tutorial ❤
@Ryzen4070TM
@Ryzen4070TM 8 ай бұрын
Thank you for this series!
@aaliyahjardien
@aaliyahjardien Жыл бұрын
Great explanation, thanks bro. 💯
@mikunkn8599
@mikunkn8599 2 жыл бұрын
Thanks for this lessons
@capetanjasticc
@capetanjasticc 2 жыл бұрын
Wow your videos is really good! Keep going )
@alexanderperez3974
@alexanderperez3974 18 күн бұрын
Best channel ever!
How to swap 2 variables (real life example) 🥤
4:20
Bro Code
Рет қаралды 123 М.
How to accept user input in Java ⌨️【8 minutes】
8:02
Bro Code
Рет қаралды 200 М.
Worst flight ever
00:55
Adam W
Рет қаралды 29 МЛН
когда не обедаешь в школе // EVA mash
00:57
EVA mash
Рет қаралды 3,7 МЛН
Players vs Corner Flags 🤯
00:28
LE FOOT EN VIDÉO
Рет қаралды 78 МЛН
Primitives Data Types In Java - All the Primitives And What They Do
10:24
Being Competent With Coding Is More Fun
11:13
TheVimeagen
Рет қаралды 85 М.
Introduction to Variables in Java
8:53
Neso Academy
Рет қаралды 138 М.
Learn Java Primitive Data Types in 5 Minutes
5:20
Tom Gregory Tech
Рет қаралды 5 М.
Java methods 📞
11:05
Bro Code
Рет қаралды 135 М.
#6 Data types in Java
12:19
Telusko
Рет қаралды 306 М.
Java objects (OOP) ☕
10:46
Bro Code
Рет қаралды 177 М.
Learn Java in 14 Minutes (seriously)
14:00
Alex Lee
Рет қаралды 4,8 МЛН
Coding Basics: Variables | Programming for Beginners |
4:45
Transcode
Рет қаралды 152 М.
Worst flight ever
00:55
Adam W
Рет қаралды 29 МЛН