Have seen all movies up to this and it's just perfect for learning java. have never programmed before and you can explain it like no one else. THX and keep up the good work :) Your a better teacher than the teachers at my school and mentors at work! :)
Can't understand this, in school we have 2 classes, one called main class and the other sub class !!! I cant understand why he only uses 1 class and because there is public static void( String[] args) { we call that the main class and I do most of the programming on the Subclass. Im confused !!!!
I never figured why this DoWhile is useful. I can only think of examples when using this it will only mess up, as it doesn't check the condition first?
And yeah, I'm a beginner at Java so that's probably why I don't know better I guess! :D
@C0GSniper Except this is a loop, meaning that if the conditions are still true then it will continue to execute. In an if statement, it only executes once.
can someone please tell me a example of a short program of when exactly i must use DO WHILE loop, cuz i cant understand it if i dont get some example.The thing is i cant remember for one cuz im very begginer. Ty
all your tutorials are helping me a FUCK LOT in college,which is supposed to be the best in my country but you practically learn everithing by yourself....
why dont it work? any help? you should be able to type /yes or /no and depending on your answere it should either redo everything or stop it, but it dont work
.obs, i ordinary have stuff in the println, but was to small place
@Mtc529 I pretty much did it voluntarily too. However, I'm actually starting a class on Java at University on Monday; let's hope I can remember this stuff :P
Totally forgot I'd commented here, thanks for reminding me! :D Lots of other people liked it too apparently...
i know these tutorials are really good, but i just dont think im smart enough to process all this information :L maybe i should go back and watch them a couple of times :D
Thanks so much for your videos, we are doing Java in school, but my class is sooo bad, that I don't learn anything so thx for this, because I'm really interested in programming
dude i had p0roblem using for and conditional operators and do-while loops until the lord sent me your way... NOW I AM TRULY SAVED.......
LONG LIVE THE GREAT LORD BUCKY!!!!!!!!!
IM GAY FOR YOU MAN........ TOTALLY GAY FOR YOU...ID LET YOU DO MY MUM IF U WANTED.....loool.. nah just kidding, id kill you if i caught you with her........ OR WOULD I??? (o_O)
I suppose it might bother some people that System.out.println(counter) is in there twice, but if it really bothers you you could just make another class for it or something like that.
I guess this is easier for the type of people who follow everything exactly by the book and can memorize the book very easily, but my memory sucks, so I don't see much use for this.
Your tutorials are really helpful i've just started java programming but previously done other programming. There is also the do-if-while that you missed which is handy sometimes, apart from that great :)
If it executed the code in the do body, why didn't the variable come out as 16? It still knew that it was supposed to stop and you said it was gonna do it even before it checks to see if its supposed to be doing it or not.
@EmpirezTeam I'm not sure what you mean, but the counter starts as 15. The program prints it's value (does not need to meet the condition). Then it does not meet the condition to loop, so only 15 is displayed.
@Hauserdav The counter++ statement is after the System.out.println();. It will run and then hit the while condition statement. It will return false, and that is the reason it is 15. It would return 16 if the code was like so"
I've been watching these tutorials and I'm not a programmer, programming is one of the things I'm not good at. I never understood the loops in C++/Java, and holy crap, it just dawned on me the differences thanks to your explanations and tutorials.
@ethan1581 Nope. I've used them a couple of times since I learned this like last year. They don't include stuff like this for fun.
MrJepcats 1 week ago in playlist Java (Beginner) Programming Tutorials
Do while loops seem simple and useless.
ethan1581 1 week ago in playlist Java (Beginner) Programming Tutorials
my stomach tickles wen i learn java :)
XwatchmyvidsX 2 weeks ago
We lost 4,000 people from this episode compared to the last one.
People it ain't that hard if he explaining it -_-
Chillers1337 3 weeks ago in playlist Java (Beginner) Programming Tutorials
You sound like Commander Tucker from Star Treck Enterprise, making you even more awesome =)
ayershov777 3 weeks ago
Have seen all movies up to this and it's just perfect for learning java. have never programmed before and you can explain it like no one else. THX and keep up the good work :) Your a better teacher than the teachers at my school and mentors at work! :)
xibit1987 3 weeks ago in playlist Java (Beginner) Programming Tutorials
I keep thinking he says "And the doo-wah loop ...."
It sounds like a bad-ass dance move.
GeorgeUnitt 3 weeks ago in playlist Java (Beginner) Programming Tutorials 4
you are the shit. love u man
driz1977 1 month ago
Comment removed
devilazpl 1 month ago in playlist Java Programming Tutorials
Damn, I put = instead of == there. No WONDER I'm not a Java expert yet: the code didn't even compile!
MisterM2402 1 month ago
This has been flagged as spam show
Can't understand this, in school we have 2 classes, one called main class and the other sub class !!! I cant understand why he only uses 1 class and because there is public static void( String[] args) { we call that the main class and I do most of the programming on the Subclass. Im confused !!!!
MultiGamerDA 1 month ago
Comment removed
MultiGamerDA 1 month ago
Wow, I understand this and I'm ten, Weird?
HTMLMINECRAFTGUYJAVA 1 month ago
wow from 1.200.000 viewers from first video now just 110.246 left in the 24th video, hope i will make it through the 87th video :D
legendaros 1 month ago in playlist Java Programming Tutorials
public static void main(String[] args){ int counter=10; do{ System.out.println(--counter); }while(counter<=10); }
yothaman10 1 month ago in playlist Java Programming Tutorials
1:38 !!!
Awha hlake :)
Madridista970 2 months ago in playlist Java Programming Tutorials
MisterM2402 its ==
two equals my nigga
Janac 2 months ago
I never figured why this DoWhile is useful. I can only think of examples when using this it will only mess up, as it doesn't check the condition first?
And yeah, I'm a beginner at Java so that's probably why I don't know better I guess! :D
Kjellemann2k 2 months ago
Comment removed
C0GSniper 2 months ago in playlist Java Programming Tutorials
Isn't this pretty much the same as an "If" statement?
C0GSniper 2 months ago in playlist Java Programming Tutorials
@C0GSniper Except this is a loop, meaning that if the conditions are still true then it will continue to execute. In an if statement, it only executes once.
FalconFetus8 2 months ago in playlist Java Programming Tutorials
how to print my name 25 times using do while loop?? please help me
gaveen5555 3 months ago
@gaveen5555 Put your name in the system.out.println and change <=10 to <=25.
zVenFTW 2 months ago
Mine says 15, then it spams 0...
FVGaming 3 months ago
@FVGaming did you forget
counter++;
Hawkclan1 2 months ago
awesome dude!
mav89 3 months ago in playlist Java Programming Tutorials
Bucky got run time exception on ""ALIKE"":))
zjuet40 3 months ago
You rock ! pls keep on doing this.. u really helps a lot! God bless :)
SimpleXhie 3 months ago
do{
me.watch("Bucky's Java Tutorials")
}
while(me.javaskill != javaskill.max)
electromaster9 3 months ago
i am taking computer science 201 and fuck man i learn more shit in your videos than what my instructor is lecturing about.
asian07boi 4 months ago 9
i cant really see how this should be usefull
theXminecrafter 4 months ago
It seems like the majority of people here wants to code games! Can't say that isn't my reason for watching this... ;)
MZZenyl 4 months ago
can someone please tell me a example of a short program of when exactly i must use DO WHILE loop, cuz i cant understand it if i dont get some example.The thing is i cant remember for one cuz im very begginer. Ty
iiperento 4 months ago
@iiperento watch his other tutorials it give ex
knight11ind 4 months ago in playlist Java Programming Tutorials
all your tutorials are helping me a FUCK LOT in college,which is supposed to be the best in my country but you practically learn everithing by yourself....
thanks,man!
ChrisTheBest1992 4 months ago
why dont it work? any help? you should be able to type /yes or /no and depending on your answere it should either redo everything or stop it, but it dont work
.obs, i ordinary have stuff in the println, but was to small place
pleae help me
simme337 4 months ago
simme337 4 months ago
do{
subscribe("thenewboston");
}while(bucky == awesome);
xero907 6 months ago 6
0:30 uhhhhhhh
HuffinMuffin 6 months ago
do {
YOURE MOM !! hehe
Gizmotrold 6 months ago
do while looping is good
incako071810 6 months ago
Haha now I can write almost everything he's taught with no errors. unlike before were I had at least 11 errors for a 9 line programmXD
JPxKillz 6 months ago
i can go thou your lessons with ease, doing about 10 a day! so easy and clear, you explain it better than my teachers! BECOME ONE!
lilcezzNRD 6 months ago
nice!!
supermonkeybot3000 6 months ago
bucky for president!
hali9999 6 months ago
DO C#
YourSovietComrade 6 months ago
You did great teaching. :))
pamelatot02 7 months ago
You are awesome, love doing this, can't wait 'till I finish this and the advanced ones to get to Game Development!
Dragonates 7 months ago 117
@Dragonates im so excited
jhonofgaming 5 months ago in playlist Java Programming Tutorials
@Dragonates dont get too happy, he quit the Game Development series a while ago.
Zeus13345 5 months ago in playlist Java Programming Tutorials
@Dragonates F yeah.
LeTrungAnh 2 weeks ago
apples and tuna delicious java ,, S U P E R L i K E : )
SuperChewychoco 7 months ago
while loop is easier to do
MrAllexitable 7 months ago
@MrAllexitable for loop is the easiest.
RASHTG 6 months ago
@RASHTG while is easier
MrAllexitable 6 months ago
"it looks an awfully lot alike like the while loop"
ro33han 7 months ago
do{ [practisedowhileloop];
}while(javaexpert = false);
MisterM2402 7 months ago 84
@MisterM2402 I knew I was a nerd when I started learning this voluntarily, but now I know I'm completely doomed when I laugh at that...
Mtc529 1 month ago
@Mtc529 I pretty much did it voluntarily too. However, I'm actually starting a class on Java at University on Monday; let's hope I can remember this stuff :P
Totally forgot I'd commented here, thanks for reminding me! :D Lots of other people liked it too apparently...
MisterM2402 1 month ago
Comment removed
JakobRobert00 1 month ago
This has been flagged as spam show
@MisterM2402 if you type it like that, you will never become an expert, no matter how much you practice, because you put "=" instead of "=="
JakobRobert00 1 month ago
Thanks again :D
GParadise8 7 months ago
whats the differnece between this and the for loop?
hizzleyo 7 months ago
Try to do something of your own using what you've learned.
I did something like a dos style text adventure game, real easy and it uses a lot of stuff bucky teaches.
krytek 7 months ago
i know these tutorials are really good, but i just dont think im smart enough to process all this information :L maybe i should go back and watch them a couple of times :D
Fanzomo16 8 months ago
2:57 actually, it's after a do
suchaboringusername 8 months ago
Same as C++! :)
LyriiczBoii 8 months ago
This makes me feel like playing Runescape...Awesomeness
NehiThompson 8 months ago
@NehiThompson too bad runescape is complete shit
hello19286 8 months ago
@hello19286 LOL! #FreeCountrySoPlayWhateverYouWant
NehiThompson 8 months ago
do loop. lol
for some reason that makes me laugh
steamtrav 8 months ago
This has been flagged as spam show
Take a look at my latest program:
do
{ like.giveLike(thisVideo);
} while (likes < 99999);
TheVanoq 8 months ago 2
i can't wait until tutorial number 50! minecraft! lol
PS3GAMEPWNERZ 8 months ago
You could be a computer science teacher, specefically programming :D you know like 20 languages!
JamesCalex 8 months ago
The differency between do ... while and while .. do: "The condition will be checked first then do and vice versa"
ptchau2003 10 months ago
counter.strike xD , lol cant subscribe to your channel, do you have 65535 members already? XD
2kGamerR 10 months ago
counter.strike xD
2kGamerR 10 months ago
Thumbs up if you nearly never play around with it as bucky says, but instead just skip to the next tutorial cus you think you got the hold on it :)
cACTIfARM 10 months ago 5
take a walk on the while side.......
Babelfish112 11 months ago 4
@Babelfish112 do dodo do do dodo do do do doooooo...
Vercinger 11 months ago
@Vercinger haha yeah :)
Babelfish112 11 months ago
Counter = 1
do{
System.out.println("Bucky is awesome!");
}while(Counter==1)
Shiiiit Thumbs up if u tried this and eclipse crashed :3
jayjay11011 1 year ago 4
@jayjay11011 lol that's not a full program :P
Babelfish112 11 months ago
Thanks so much for your videos, we are doing Java in school, but my class is sooo bad, that I don't learn anything so thx for this, because I'm really interested in programming
vgdkhs 1 year ago
Bucky I'm in love with you. Seriously.
humpsato10 1 year ago
Ur like the khanacademy but only u specialize in computers. UR AWESOME BRO
paki123 1 year ago
thumbs up if you have 80 java projects open from all the tutorials
hall0fgamez 1 year ago
just to double check, am I right in thinking the script would do the exact same thing if you wrote:
System.out.println(counter);
counter++
while (counter <=10) {
system.out.println(counter);
counter++
}
MentalMiniman 1 year ago
@MentalMiniman yes it would... without the typos and with the counter int defined of course....
add int counter = 0; at the beginning
add a ; after each "counter++" so it looks like counter++;
and capitalize the system in the last "System.out.println(counter);"
and it should do the same thing
yunggawd 1 year ago
This error keeps coming up!
"roll" can't be resolved to a variable
when i do something like
int roll = 0;
if (roll == 2) { System.out.println(roll);
}
Can you please help?
vipervenom717 1 year ago
This has been flagged as spam show
@vipervenom717
put da roll under quotations i.e,
if (roll == 2) { System.out.println("roll");
almanju 1 year ago
@vipervenom717 put "roll = 2" instead of "roll == 2" I think that should work.
thekylehampton 1 year ago
@vipervenom717
you either need to define roll as 2 "int roll = 2;"
make it so roll can become 2 "roll++;"
or create an else statement
yunggawd 1 year ago
I wish you were teaching my programming class in college instead of the professor I have. Great video, great explinations. Subscribes all the way
Cbass525 1 year ago
If you really want to marry an Latino women come to us rockmycity.info
honsusando 1 year ago
bucky ur great!
TheCharantheja12 1 year ago
Guess Bucky's IQ........
gtccold 1 year ago
love it
cybermaniac11 1 year ago
Bucky, you are my new man crush!.. im not gay though btw
campbellharley 1 year ago
This has been flagged as spam show
Trusted name on Latino women marriage service rockmycity.info
dhfhfchcfh 1 year ago
24 done
lakers34kb 1 year ago
that was really helpful...
vishalchola 1 year ago
LOOP DOO LOOP!!!!
stu2798 1 year ago
Bucky You are soo good at teaching this you rock!!!
kikiki358888 1 year ago 39
Ur the best!
salajoodik 1 year ago
ur awesome
leeandra2jojo 1 year ago
dude i had p0roblem using for and conditional operators and do-while loops until the lord sent me your way... NOW I AM TRULY SAVED.......
LONG LIVE THE GREAT LORD BUCKY!!!!!!!!!
IM GAY FOR YOU MAN........ TOTALLY GAY FOR YOU...ID LET YOU DO MY MUM IF U WANTED.....loool.. nah just kidding, id kill you if i caught you with her........ OR WOULD I??? (o_O)
jafarkay 1 year ago
does visual studio 08 uses java??
79902625 1 year ago
@79902625 Lol no dude, no.
iLikeYourFayse 1 year ago
@79902625 nope, it only does microsoft programming languages, like Visual basic and C++
hihaatje 1 year ago
@79902625
no!
krispaul27 1 year ago
@79902625
no!
they use c#
krispaul27 1 year ago
You should offer the tutorials to schools to use :L
Nentify 1 year ago
this helps, my teacher just draws flowcharts all day and it doesn't help whatsoever... :( so i have to rely on learning this way.
BeEasy114 1 year ago 5
Why can't you just do this?
int counter = 0;
System.out.println(counter);
while(counter<10){
counter++
System.out.println(counter);}
I suppose it might bother some people that System.out.println(counter) is in there twice, but if it really bothers you you could just make another class for it or something like that.
I guess this is easier for the type of people who follow everything exactly by the book and can memorize the book very easily, but my memory sucks, so I don't see much use for this.
Hedgehogs4Me 1 year ago
@Hedgehogs4Me I think because it's not just about printing things out on the screen, it might execute a code once, until certain condition is met
DanGuerrer0 1 year ago
@Hedgehogs4Me
How are things now going with java
bboybram 4 weeks ago
Your tutorials are really helpful i've just started java programming but previously done other programming. There is also the do-if-while that you missed which is handy sometimes, apart from that great :)
rapso9 1 year ago
can you do 'do while' loop in a 'string'?
MidnightRedemption 1 year ago
@MidnightRedemption depending on how will u change ur string
i mean a contious changing ... like a for loop
tarabatota 1 year ago
@tarabatota tnx.. i just get confused on 'for' and 'do while' but i can get the hang of it.
MidnightRedemption 1 year ago
thank you i finally get this
rockyscarlet 1 year ago
i made a code that says "is bucky awsome" if u say yes it says UR RITE if u say no it says FUCK YOU and puts a link for thesie tuts
sasorirules912 1 year ago 4
Professor Bucky!!!!!!!!
alex58765 1 year ago 5
theses tutorial were the best for me while starting java thanks a million
behnam5us 1 year ago
i bet the dislikes on here r teachers in school that teaches java to their students but they cant teach so they r dislikin bucky.
ur great bucky thx
crazykld69 1 year ago
YouTube needs more channels like yours, bucky. Please, keep up the good work! : )
Fbiman93 1 year ago
Yeah, You are a good teacher!
Kulexy 1 year ago
Thanks for the tutorials. I've been learning c++ in a programming class at my school. Java is very similar. You've been a big help, thanks.
ConMahaff 1 year ago 3
If it executed the code in the do body, why didn't the variable come out as 16? It still knew that it was supposed to stop and you said it was gonna do it even before it checks to see if its supposed to be doing it or not.
EmpirezTeam 1 year ago
@EmpirezTeam I'm not sure what you mean, but the counter starts as 15. The program prints it's value (does not need to meet the condition). Then it does not meet the condition to loop, so only 15 is displayed.
dmdrummer23 1 year ago
This has been flagged as spam show
i have not subcribe your channel. i will subcribe it when u impressed me
hmk25061984 2 years ago
@hmk25061984
Just shut up... -.-
LinuXRappY 2 years ago 2
whihc IDE u use in this file?or which editor..?
gparag88 2 years ago
@gparag88 It´s eclipse, like he shows in the second tut.
xrtze 2 years ago 3
ya u r rgt man...
irshadhussainkh 2 years ago
very nice thanks
aurel331 2 years ago
Bucky, you should really become a teacher, cus u r amazing!!!!!!!!!!
hussi434 2 years ago 168
@hussi434 He is a teacher, a YouTube Teacher!
MikeyPCTech 1 year ago
@MikeyPCTech lol
BeEasy114 1 year ago
@hussi434 I really don't see why he'd become a teacher, he probably gets paid more doing whatever he's doing on top of this stuff.
Cragill 1 year ago
@hussi434 he is a teacher kind of, he learn us C++ via youtube :P
SAKUshikimori 1 year ago
@hussi434 screw that..let him be a proffesor ;p
adeeply 1 year ago
@hussi434
I think he needs to learn how to enunciate English words a lot better before he does that.
Daim0th 7 months ago
@Daim0th Give me a fuckin break like you use enunciate on a daily basis. Jack off.
BapidBeagle 6 months ago
@BapidBeagle
So... Enunciation is not an important skill for an orator to have? Blow me, fanboy.
Daim0th 3 months ago
@hussi434
He also needs a better grasp on grammar.
Daim0th 7 months ago
@hussi434 He is, he teached you Java.
MediaCheese 6 months ago 2
This has been flagged as spam show
يابعد عرباااااااان شمرا انت وشرحك
وربي ان نجحت بوه ان لآ ادعي لك ولكحكح
تدخلون الجنه بغير حسآب لبى هالصوت والله
امطخ كبر دوار القربه على خدك :$
back0909space 2 years ago
wow cool :D
how tha hell can u type that on the computer??
Hauserdav 2 years ago
@Hauserdav The counter++ statement is after the System.out.println();. It will run and then hit the while condition statement. It will return false, and that is the reason it is 15. It would return 16 if the code was like so"
counter++;
System.out.println(counter);
}while(counter<=10) ;"
pwnions08 1 year ago
now I know something else...in java...thanks * 22...
LawenceCodye 2 years ago
I've been watching these tutorials and I'm not a programmer, programming is one of the things I'm not good at. I never understood the loops in C++/Java, and holy crap, it just dawned on me the differences thanks to your explanations and tutorials.
Thank you Bucky!
Alimistar 2 years ago
Im stuck on a program for school, how can I make the user input characters until he inputs an upper case letter w/ JOptionPane?
also
Have the user input Strings until he inputs the word "Quit". The case of the letters should not matter.
saucebiotch 2 years ago
use ||
jacf1020 2 years ago
@saucebiotch learn if statements
tHebadteen 2 years ago
very nice thank you , i have one question when we work with a loops how we can generate a table like this
123
456
789
using do while loops
mikeitalydz 2 years ago
very very similar with c++
andy4u92 2 years ago 2
This comment has received too many negative votes show
bucky u my dog., westside
desbryant 2 years ago
Bucky this was to the same standard as all your video's = Execellent! Thankyou.....
bazray09 2 years ago 4
nice tutorial i really beginning to learn java.. thanks for the tutorial
malumbro 2 years ago 102
nice
NathansGaming 2 years ago 5