Variables in Java ✘【12 minutes】

preview_player
Показать описание
Java variables data types tutorial explained

#java #variables #variable

public class Main {

public static void main(String[] args){

int x = 123;
double y = 3.14;
boolean z = true;
char symbol = '@';
String name = "Bro";


}
}
Рекомендации по теме
Комментарии
Автор

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);

}
}

BroCodez
Автор

three years later and this is still helpful thank you man

Rollers_
Автор

"Like the amount of student debt that I owe" LMAO

richiemoon
Автор

Wow, this is 1, 000 times clearer than what my teacher is currently “teaching” us. Thank you 🙏🏽.

listoh
Автор

I really think this guy deserves a quantity of subscribers, that a long type can't contain)))
Thank you for your incredible job, bro!

authorlive
Автор

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!

rpf
Автор

That charizard reference put a smile on my face! Good job man the tutorial is very nice!

hellonearth
Автор

Great teaching technique - comparing and contrasting the application of the different data types.

annderby
Автор

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 🤞🏾

ladyjpolite
Автор

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.

awhr
Автор

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

pavelkvasnicka
Автор

when you drop dollars on stupid courses you can just come here

mananbhardwaj
Автор

thanks so much! 1000x times better than the boring lectures of my ap cs class

lillianlou
Автор

Your channel is too underrated. Hope you get a lot more views.

Hitsugaya
Автор

"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

sanin
Автор

"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.

BagginsFedor
Автор

lol his voice is the reason that doesn’t put me to sleep im so grateful

bltl
Автор

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

bananasslife
Автор

Thank you Bro for your awesome training videos.

novelprimekids
Автор

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 :))

victortruong