//********************************************************************************** public class Main { public static void main(String[] args) {
Pizza pizza = new Pizza("thicc crust","tomato","mozzerella","pepperoni");
System.out.println("Here are the ingredients of your pizza: "); System.out.println(pizza.bread); System.out.println(pizza.sauce); System.out.println(pizza.cheese); System.out.println(pizza.topping);
} } //********************************************************************************** public class Pizza { String bread; String sauce; String cheese; String topping;
I like the fact that you are so authentic by saying I probably spelled that wrong, reminding myself. Thank you for your videos, you provide education for free and I hope ppl like yourself will be paid more than those pretenders on RUclips that "help" people by giving money to homeless (just an example among so many) that pretend to be so kind and videotape themselves doing an act of kindness (kinda ironic). I wonder could we also donate to your channel somehow or not? Personally I do not own much but comparing your channel to most Udemy classes you deserve that 10 euros way more than those aforementioned and I would be more glad to support you even with that amount. Thanks bro.
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
Vegan pizza?!? That was hilarious bro! 😅😂 Thank you so much for these videos. Yours is the most full and systematic playlist to learn java with fun and a Bro language on RUclips! ❤
How can you be so great tutor? I wish i found you as soon as you uploaded video last year. I mean it, you are a great teacher. I was totally not interested in Java almost quting thus job. But now i'm interested. And one day, i want to take you C , python too.
i wana ask... i see you are PRO:) eclipse or IntelliJ, diferences? is it colors you like themes? or why you like it?:) im noob in java, but already paid for my lessons.. You are my alternative teacher :D
I don't have a lot of experience with IntelliJ, so I can't speak on it's behalf. But there is a growing trend of people switching to IntelliJ, so that might not be a bad IDE to begin with.
//**********************************************************************************
public class Main {
public static void main(String[] args) {
Pizza pizza = new Pizza("thicc crust","tomato","mozzerella","pepperoni");
System.out.println("Here are the ingredients of your pizza: ");
System.out.println(pizza.bread);
System.out.println(pizza.sauce);
System.out.println(pizza.cheese);
System.out.println(pizza.topping);
}
}
//**********************************************************************************
public class Pizza {
String bread;
String sauce;
String cheese;
String topping;
Pizza(){
}
Pizza(String bread){
this.bread = bread;
}
Pizza(String bread,String sauce){
this.bread = bread;
this.sauce = sauce;
}
Pizza(String bread,String sauce,String cheese){
this.bread = bread;
this.sauce = sauce;
this.cheese = cheese;
}
Pizza(String bread,String sauce,String cheese,String topping){
this.bread = bread;
this.sauce = sauce;
this.cheese = cheese;
this.topping = topping;
}
}//**********************************************************************************
Sit Back, Relax & Enjoy the show is my Favourite Part.
Thank you for this, simple and effective explanation!
I like the fact that you are so authentic by saying I probably spelled that wrong, reminding myself. Thank you for your videos, you provide education for free and I hope ppl like yourself will be paid more than those pretenders on RUclips that "help" people by giving money to homeless (just an example among so many) that pretend to be so kind and videotape themselves doing an act of kindness (kinda ironic). I wonder could we also donate to your channel somehow or not? Personally I do not own much but comparing your channel to most Udemy classes you deserve that 10 euros way more than those aforementioned and I would be more glad to support you even with that amount. Thanks bro.
Thank you! You are really good with explaining Java concepts - and under 9 minutes is even better.
Easy explained tutorial. Well done.
Awaiting to see next series or lessons for Java Advanced!
The only youtuber I ve seen whose comment section has nothing but thank you comments. Speaks Volumes!
And thank you for doing an amazing job!
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
Best teacher!!! 👍👋
thank you bro
🍕 pepperoni best pizza on earth
thankyou so much for the video series
Well explained! Keep up the good work!
You are batter than other teacher! Thank you for this video!😄😄
Thanks for these really great courses
Great video as usual
great video thank you bro
Best of the best
Thnku bro for tho awesome video
thanks for watching JAzim!
4:30 overloadded constructor
great video!!! I'm infinitely grateful for your dedication and big heart to share this knowledge with the world. Thank you soo much
Vegan pizza?!?
That was hilarious bro! 😅😂
Thank you so much for these videos. Yours is the most full and systematic playlist to learn java with fun and a Bro language on RUclips! ❤
fr
Great
thank u bro for the awesome video
Been watching your videos since 2 years, you are mine hero of all programming languages
Your videos are the best!
greate video as always
Great video
How can you be so great tutor? I wish i found you as soon as you uploaded video last year. I mean it, you are a great teacher.
I was totally not interested in Java almost quting thus job. But now i'm interested. And one day, i want to take you C , python too.
Thank you, man. It really helps me out
You're a hero bro keep the good work
Thank you may allah bless you
Nice
Thanks for video 🙏
Thanks for watching Babu!
thaks all videos are just excellent!
This was helpful
Well Explained, deserve more subs ❤️
Very clear explanation!
really great tutorial
It's just me, or that crust loking kinda *THICC*
stuffed and thicc
Nice.
nice
❤❤❤❤❤❤❤❤❤
good
Like so much
Love your explanation bro!!!
Thank you so much, Bro Code!
this is awesome ! come tech in my college 😍😍😍😍.
Im so constructed is unreal
at this point brocode has become my free lecturer
Good stuff Bro!
I am happy that i am seeing your channel growing up! Keep going! U are doing a great work
Great video bro
nice video Bro Code
You remind me of barney stinson
Thanks for the pizzas bro!
I'm soooo confused you keep talking about string cheese!!! What's going oN!!!
Appreciate this!
This was better than trying to learn it on Zybooks
👏😄
thx brotherman!
excelent video. Probably wrote 'excelent' wrong but I don't care :-D
❤
Thanks bro, you helped me out.
Great job!
Thank you
thank you my Bro ♥♥♥
Thank you so much sir.
superb :D
Like methods-constructors. One by one, 29th. Thank you, ma Bro Sensei!
Like
niceeeeeeeeeeeee
Thanks, Bro!
A playList only with project in java please
29th. Thank you ma Bro Sensei
comment for stats. Thank you!
Thanks, Bro! ☕ You're awesome!
thx bro
👍
Thanks bro
Thankyou
thanks
how do we do a single file wth multiple classes and how do you get access to it??
i'd rreally love if bro responds to this
🙏
i wana ask... i see you are PRO:) eclipse or IntelliJ, diferences? is it colors you like themes? or why you like it?:) im noob in java, but already paid for my lessons.. You are my alternative teacher :D
I don't have a lot of experience with IntelliJ, so I can't speak on it's behalf. But there is a growing trend of people switching to IntelliJ, so that might not be a bad IDE to begin with.
hmm.. what's the difference between this and the overloaded methods one?
Zero dislikes, what a legend.
Hey you! yeah you Bro code, you're AMAZING!
Do I really need to instantiate all the arguments in every method?
Well... What if I passed an empty string as a parameter ?
Thanks senpaii
Σε ευχαριστούμε Bro για αυτή τη σειρά με τα tutorials στη Java!
thannnnnk you
🍕nice bro!🍕
ty bro
so i have a question but is there a way to stop the console from showing null or is it just something that is part of overloaded constructors.
thx 4 bid bro !
Thank you!!
🍕😮