Guys, don't worry. It might be extremely confusing or boring but just keep going. At tutorial 50 it all gets better and more interesting. Just keep going.
@GeekyMe97 why do you want to learn java? probably for programming/modding games. This is important for games, you just won't use it this exact same way.
I have some questions, in the enum constructor there are two arguments and normally we would pass in the two arguments at some point how come it was not done here? Also why wasn't there any reference of the tuna class in the main class? is this not needed for enum class?
@Hawkclan1 I'm guessing most people here are Minecraft kiddies trying to make mods. There's really no other reason why the education level of a computer science audience would be so low.
@Hawkclan1 I'm guessing most people here are Minecraft kiddies trying to make mods. There's really no other reason why the education level among a computer science audience would be so low.
Dude you are my hero, man thanks for all of the java and html knowledge that youve provided, its ganna really give me a leg up by time i get to college and decide to start my business.
@michaeldcurry1 since you say someone shouldn't use this as a basis or a whole of their learning, is there any online sources you would recommend to help someone trying to seriously learn the language?
@EriksGaming Mostly apps and I actually didn't program too much Java in the past year either. Been using lots of different programming languages like C Sharp :D So fun :)
@GameMaster337 i dnt call drag and drop a "programming language" idk about u.....but u may have a point......but lets not turn this into an argument for such a wonderful video
For all the 12 year olds out there, not to discourage you or anything, you're doing great work, I think it's amazing that you can understand this, but just a warning for the future, If you don't start learning the simpler languages, such as BASIC, XHTML, Javascript, PHP, Python and XML, you will end up with a programming mind that is warped beyond repair. When you get to University, and you choose to do Computer Science, you will have realised that the 9 years you were programming, you wasted.
@MrJhasseL They teach it the right way though. The thing to remember is that, a lot of the time, the people who learn like this aren't learning properly, don't get me wrong, Bucky's a great teacher. But really, his guides are really good for either brushing up on skills, or using it a a sideline study rail. It's just that it's never good to see someone with horrible programming, especially when they go to get work and either have to learn it all over again, or being fired. "/
@michaeldcurry1 I totally understand. These videos are indeed great for refreshing old skills, but to have these videos serve as a foundation to programming is not advisable.
i have to start all the way from the beggining , the thing about my ADHD its that it takes 2 shots to learn something without forgetting the past tutorials :( back to nr 1
I think once I have a better handle on this I'm gonna make my own series to mirror Bucky. These tutorials are great but sometimes it just goes "swish" over my head and I wish there was a step by step explanation version that tried to explain it in a totally different way. Maybe in a couple months time I will be there to answer the calls of a legion of confused amateur coders!
I don't think this video was very well explained, in my opinion. But hey, 1 out of 44 is a fantastic ratio. Hopefully this is cleared up in videos to come.
I don`t think this is true here, here is merely using his previous relationships (might not be true) for the example. If you want objectifying women go complain to Playboy and the smut industry who have not only objectified women but also made them sex objects.
@drummerEight Haha!!! This was one of the first comments I read before I did this tutorial and did the EXACT SAME THING at the end! XD You're not alone! S'all good!
Thanks a lot for your outstanding Java tutorials. Would it be possible to make another one for Enum in Java! Java extended the concept of enums and it need a little more explanation! For example, you created a constructor but we really didn't use it to instantiate an object!!! also, seems the two data members serve a specific purpose? does their order matters? Many thanks for a good job!
The cursor is driving me crazy. When I click to pause the video, its always a surprise as to what actions will occur based where I am actually hovering.
and i tried to move the initialization of the int arrays out of the constructing of objects and then sending in the array names when they construct too, but still won't work
i was trying to use an integer array in a enum called "student" what i was trying to do was using an array to record the students 4 time exam grades and i wanted it to send it as a parameter to the constructor but it wouldn't work, can you help me out? public enum students { s1("Mike Mcdonald",902401,int k[]={55,56,99,43}), s2("Ken Mcdonald",902402,int k[]={77,98,91,80}), students(String name, int studentid,int grades[]){ } } it looks something like this.
I'd be dissapointed if the "stories" behind those girlfriends were false. It adds drama to the tuts.
hehehe
Tkwk33 6 days ago in playlist Java (Beginner) Programming Tutorials
how to use enumeration without a for loop
COD5252 1 week ago
Is it me or in every tutorial his voice suddenly kept changing??
archer722 1 week ago
@archer722 It's puberty.
EntropyVX 4 days ago
Comment removed
COD5252 1 week ago
Comment removed
COD5252 1 week ago
im in first gwade :D
dragonthewatcher 1 week ago
Exception in thread "main" java.lang.NoSuchMethodError: Enumeration.values()[LEnumeration; at enumasset.main(enumasset.java:4)
public class enumasset { public static void main(String[] args) { for(Enumeration people: Enumeration.values()) System.out.printf("&s\t%s\t%s\n", people, people.getDesc(), people.getYear()); }
}
dragonthewatcher 1 week ago
@dragonthewatcher found it. typed strin and not string
dragonthewatcher 1 week ago
Why do I get red lines under the people-objects in
"System.out.printf("%s\t%s\t%s", people, people.getDesc(), people.getYear());"?
When I try to run it is say there are unresolved compilation problems at "apples.main(apples.java:5)", which is that line.
RCRResonance 1 week ago
yup BIG MISTAKE isnt good!
jeanmon357 2 weeks ago
Was first learning this to just mod minecraft very well.
Now guess who just signed up for making a game?
*sigh*not me. .. .
(truth: I am making a game sadly now)
Chillers1337 2 weeks ago in playlist Java (Beginner) Programming Tutorials
@Chillers1337 join the club.
SuperGreenMiner 2 weeks ago in playlist Java (Beginner) Programming Tutorials
@Chillers1337 should mention i never wanted to make a mod for minecraft.
SuperGreenMiner 2 weeks ago in playlist Java (Beginner) Programming Tutorials
Guys, don't worry. It might be extremely confusing or boring but just keep going. At tutorial 50 it all gets better and more interesting. Just keep going.
TheSamLegacy 3 weeks ago in playlist Java (Beginner) Programming Tutorials 4
@TheSamLegacy You mean it gets visual and we are no longer tied to the command line (wel the eclipse one?)
TheViolinCalamity 2 weeks ago in playlist Java (Beginner) Programming Tutorials
final is just C++ constant?
devilazpl 1 month ago
am i the only one using a mac?
its working great
iEditEffects 1 month ago in playlist Java Programming Tutorials
@iEditEffects im using a mac too :D
bionicleman051 1 month ago
@bionicleman051 *stabs*
dragonthewatcher 1 week ago
Bucky you dog!!!! Lol
Phenomof713557 1 month ago in playlist Java Programming Tutorials
Oooh, enum types, i need these for some mods i'm developing, thankyou :)
vegnagun1 1 month ago
you love yourself! :D
persiaTUT 1 month ago
"varibles that never change"
lmao ;D
DarrenShan92 1 month ago in playlist Java Programming Tutorials
Please help!!
I get this:
bucky nice class tuny
kelsey cutie class tuny
julia bigmistake class tuny
instead of the numbers!! have checked 100 times cant find my mistake
nymfo12 1 month ago
@nymfo12
nvm i found it im stupid
nymfo12 1 month ago
got smthin to say about?didnt think so...
DevilOnHog 1 month ago
Comment removed
Unon1100 1 month ago in playlist Java Programming Tutorials
Anyone have an idea what this could be useful for?
GeekyMe97 1 month ago
@GeekyMe97 why do you want to learn java? probably for programming/modding games. This is important for games, you just won't use it this exact same way.
Unon1100 1 month ago in playlist Java Programming Tutorials
@Unon1100 Yes, I understand that, obviously.
I've been programming in other languages for 4 years, but I don't (yet) see what Enumeration could be used for.
GeekyMe97 1 month ago
WTF i was loling when he says "BIGMISTAKE"
wilcarsaturno2010 2 months ago in playlist java
Comment removed
wilcarsaturno2010 2 months ago in playlist java
wow the funny thing is that the the first 30 videos pretty much sum up my first year of taking java programing
ChinoManopreno 2 months ago in playlist Java Programming Tutorials
I have some questions, in the enum constructor there are two arguments and normally we would pass in the two arguments at some point how come it was not done here? Also why wasn't there any reference of the tuna class in the main class? is this not needed for enum class?
mineisbigger0 2 months ago
Im to fat black and boring for a girlfriend XD .
RandomMalcolm 2 months ago in playlist JAVA Tutorial (The New Boston)
soooo what's the difference between private and enum? aren't they technically the same thing?
korkypnoy 2 months ago
"Julia...which was a big mistake" LOLOLOL
korkypnoy 2 months ago in playlist Java Tutorial Playlist
I started programming when I was 17 I feel so dumb comparing to these 10 year olds
I'm majorimg IT anyways so it doesn't really matter
q2828q 2 months ago
Julia disliked this
electromaster9 2 months ago
am i the only one her above the 5th grade?
Hawkclan1 2 months ago 55
@Hawkclan1 I feel the same way dude
NeuroticPCGamer 2 months ago in playlist Java Programming Tutorials
@Hawkclan1 7th grade here :D
MrEmil20 2 months ago
@Hawkclan1 I'm in 8th grade :3
GeekyMe97 1 month ago
@Hawkclan1 8th
Unon1100 1 month ago in playlist Java Programming Tutorials
@Hawkclan1 im in 10th grade
sharpplayer96 1 month ago in playlist Java Programming Tutorials 2
@Hawkclan1 Yup. :D
HTMLMINECRAFTGUYJAVA 1 month ago
@Hawkclan1 I don't know what grade's are but I'm in college.
Espiration 4 weeks ago in playlist Java (Beginner) Programming Tutorials
@Hawkclan1 I'm guessing most people here are Minecraft kiddies trying to make mods. There's really no other reason why the education level of a computer science audience would be so low.
N728BS 1 week ago
This has been flagged as spam show
@Hawkclan1 I'm guessing most people here are Minecraft kiddies trying to make mods. There's really no other reason why the education level among a computer science audience would be so low.
N728BS 1 week ago
@Hawkclan1 No, I'm in high school :D And I'm NOT doing this to mod MineCraft. I'm doing this to make a game that is mine and my own :)
SergeantBalthazar 21 hours ago in playlist Java (Beginner) Programming Tutorials
<3 the "nice" since I'm doing this tutorial about myself ahahaha
shannonz92 2 months ago
what happened to nicole?
Cliu363 3 months ago in playlist Bucky's Java Tutorial 33
5 people are julia XD
DCodeMast3r 3 months ago
Comment removed
conquerGALVIN 3 months ago
Dude you are my hero, man thanks for all of the java and html knowledge that youve provided, its ganna really give me a leg up by time i get to college and decide to start my business.
90cdowns 3 months ago
@michaeldcurry1 since you say someone shouldn't use this as a basis or a whole of their learning, is there any online sources you would recommend to help someone trying to seriously learn the language?
CodeNameJava 3 months ago
I think it's more easy to use:
System.out.println(people + "\t" + people.getDesc() + "\t"+ people.getYear());
isn't it?
Stevenduizel 4 months ago 2
*through
JKTCGMV13 4 months ago in playlist Java Programming Tutorials
Halfway throught the 87 tutorials...
JKTCGMV13 4 months ago in playlist Java Programming Tutorials
in my first gf i wrote julia before you did and i was thinking something like "bigmistake" too =D
Rodr1705 4 months ago
you know im only 12 and i understand all this fine lol.
EriksGaming 4 months ago in playlist Java Programming Tutorials
@EriksGaming I'm 13 and I was learning this a year ago. I've been programming for over 4 years :D
GameMaster337 4 months ago
@GameMaster337 Wow cool. Made any games?
EriksGaming 4 months ago
@EriksGaming Mostly apps and I actually didn't program too much Java in the past year either. Been using lots of different programming languages like C Sharp :D So fun :)
GameMaster337 4 months ago
@GameMaster337 You've been using C# and haven't programmed games? That's about all it's good for.
Wilson1592 4 months ago
@Wilson1592 I've been programming games with Game Maker a lot, so I'm bored of it :P
GameMaster337 4 months ago
@GameMaster337 I wouldn't say you 'program' games with Gamemaker
Noddy704 3 months ago
@Noddy704 Yes, you use Game Maker Language, so technically it is programming :) Thank you for you statement.
GameMaster337 3 months ago
@GameMaster337 .....lol.......more like the death of programming x.x xD
Noddy704 3 months ago
@Noddy704 Actually no, GameMaker is a very powerful program and it have an incredible good programming language.
GameMaster337 3 months ago
@GameMaster337 i dnt call drag and drop a "programming language" idk about u.....but u may have a point......but lets not turn this into an argument for such a wonderful video
Noddy704 3 months ago
@Noddy704 I agree, but, did I ever say I use Drag and Drop? :)
GameMaster337 3 months ago
@GameMaster337 xD
Noddy704 3 months ago
@EriksGaming I'm 11. Ha. Ha. HAHAHAHHA!!!!
bace1000 3 months ago
10 years old, haha that's cute ~~
luluyangyang 5 months ago in playlist Java Programming Tutorials
Enum constants are usually in all caps.
jRedTree85 5 months ago
why do the variables need to be private?
soldado1997 5 months ago
This is the first of the tutorials that I've genially struggled to fully understand. Time to get a book to back up these excellent tutorials!!
gregthegreat162 5 months ago
This has been flagged as spam show
If you're a youngster that's learning programming, it's OK to learn it till university programming get's too easy. it'll pay back when u get a job.
the314Qwerty 6 months ago
If you're a youngster that's learning programming, it's OK to learn it till university programming get's too easy. it'll pay back when u get a job
the314Qwerty 6 months ago
For all the 12 year olds out there, not to discourage you or anything, you're doing great work, I think it's amazing that you can understand this, but just a warning for the future, If you don't start learning the simpler languages, such as BASIC, XHTML, Javascript, PHP, Python and XML, you will end up with a programming mind that is warped beyond repair. When you get to University, and you choose to do Computer Science, you will have realised that the 9 years you were programming, you wasted.
michaeldcurry1 6 months ago
@michaeldcurry1
I'm 11 :3
TheScars75 5 months ago
@michaeldcurry1 why? most schools teach java at the freshman level
MrJhasseL 5 months ago
@MrJhasseL They teach it the right way though. The thing to remember is that, a lot of the time, the people who learn like this aren't learning properly, don't get me wrong, Bucky's a great teacher. But really, his guides are really good for either brushing up on skills, or using it a a sideline study rail. It's just that it's never good to see someone with horrible programming, especially when they go to get work and either have to learn it all over again, or being fired. "/
michaeldcurry1 5 months ago
@michaeldcurry1 I totally understand. These videos are indeed great for refreshing old skills, but to have these videos serve as a foundation to programming is not advisable.
MrJhasseL 5 months ago
@michaeldcurry1 What if we already have? lol Thanks to "Greg"
sammyzeus 5 months ago in playlist Java Programming Tutorials
Comment removed
XXXSenseiZXXX 6 months ago in playlist Java Programming Tutorials
anybody still moding minecraft?
DazKins 6 months ago
@DazKins yea that's why im learning this so i can mod m-craft
XXXSenseiZXXX 6 months ago in playlist Java Programming Tutorials
i have to start all the way from the beggining , the thing about my ADHD its that it takes 2 shots to learn something without forgetting the past tutorials :( back to nr 1
Gizmotrold 6 months ago
Comment removed
zeusprp 6 months ago in playlist Java Programming Tutorials
omg halfway there.
Aaronster8 6 months ago
Comment removed
UnearthlyXbox 6 months ago
Amazing tuts btw. Thanks. :D
TurnForeverYouAndMe 6 months ago
I think once I have a better handle on this I'm gonna make my own series to mirror Bucky. These tutorials are great but sometimes it just goes "swish" over my head and I wish there was a step by step explanation version that tried to explain it in a totally different way. Maybe in a couple months time I will be there to answer the calls of a legion of confused amateur coders!
I am the batman.
TurnForeverYouAndMe 6 months ago
This was poorly explained in my opinion unlike the others which were explained thoroughly this one felt like it was rushed
dtgonzalez1 6 months ago
great work!!!!!!!!!!!!!!!!!!!!!!
nirangakumarasinghe 6 months ago
-.-
zerohourkevin 7 months ago
Geart tutorial
jefffung07 7 months ago
I don't think this video was very well explained, in my opinion. But hey, 1 out of 44 is a fantastic ratio. Hopefully this is cleared up in videos to come.
seed419 8 months ago in playlist Bucky's Java Tutorial
"I'm easily confused. You got somethin' to say about it? Didn't think so."
BustedZen 8 months ago 36
Objectifying women!
splitshadow13 8 months ago
@splitshadow13
I don`t think this is true here, here is merely using his previous relationships (might not be true) for the example. If you want objectifying women go complain to Playboy and the smut industry who have not only objectified women but also made them sex objects.
nassimj 7 months ago in playlist Bucky's Java Tutorial
@nassimj I think you missed the joke.......
TurnForeverYouAndMe 6 months ago
3:30 But I don't know why ;_;
seed419 9 months ago in playlist Bucky's Java Tutorial
i'm wondering if julia has watched this
MyOwnSongsAndCovers 9 months ago 2
How'd you get a date at 10. I'm ten and all the girls I know are too embarrassed to go on a date.
SunnyRoxTV 9 months ago 21
@SunnyRoxTV I'm eleven and all the girls I know think I'm a nerd because I program Java (what?).
bace1000 3 months ago
@bace1000 what u do is dont tell them i never told a girl i program and they dont think of me as a nerd and say u play COD if u do
mcduder1 3 months ago in playlist Java Programming Tutorials
@SunnyRoxTV i got a girlfriend at 9 worst experience of my life...... (im 14 now)
Hawkclan1 2 months ago
I'm not lying about this, but I had a "thing" with a Julia too and it was definitely a 'bigmistake'.
kap461 10 months ago
his voice starts low, and then gets higher and higher as the tutorial goes on
De4sher 11 months ago 3
lol for(tuna people)
kitfisto101 11 months ago
Feel so dumb, had a semicolon at the end of the for statement......
drummerEight 11 months ago
@drummerEight Haha!!! This was one of the first comments I read before I did this tutorial and did the EXACT SAME THING at the end! XD You're not alone! S'all good!
zldamstr 9 months ago
@drummerEight lol, I do that all the time!
canadia7x 8 months ago
Wow! I've learned more from your tutorials in 1 day, then I have from my class in 1 week
AMGrevolution 1 year ago
lol this would be weird if someone walked in on bucky talking about the girls. "kelsey was a cutie and she was 10."
paki123 1 year ago 3
no not again you keep on making me destroy the stuff i made in the previous tutorial i was so proud!!!
s8star861 1 year ago
Bucky! Lier! It was NOT a mistake to watch this!
linuxrocksrulers 1 year ago
This has been flagged as spam show
lil confusing
786avin 1 year ago
Comment removed
786avin 1 year ago
She was a "bigmistake". Ahaha, love Bucky.
xXChaosHavokXx 1 year ago 4
This is a little confusing..
ErichLancaster 1 year ago 2
Are you sure values() is a static method? It wouldn't need an instance to call it if it were static
ErichLancaster 1 year ago
awsome
dennes75 1 year ago
This has been flagged as spam show
I've been looking the series non-stop one by one. And this one is the first that I didn't get from the 1st play. Just for stats. Cool tuts btw
ilike3or4 1 year ago
Comment removed
ilike3or4 1 year ago
Comment removed
ilike3or4 1 year ago
Thanks a lot for your outstanding Java tutorials. Would it be possible to make another one for Enum in Java! Java extended the concept of enums and it need a little more explanation! For example, you created a constructor but we really didn't use it to instantiate an object!!! also, seems the two data members serve a specific purpose? does their order matters? Many thanks for a good job!
mouradbarakat 1 year ago
What code would you use to print out the enum values in age order?
Thanks
jazzninja77 1 year ago
Julia made 4 fake accounts and thumbed this video down four times, LMAO.
OlloX3 1 year ago 3
@OlloX3 How do you know ;) interesting though~ Why would she want to do that??? Cos she never get mentioned as the 1st gf???
auyou01 1 year ago
I got it... cos she was one BIG MiSTaKe
auyou01 1 year ago
Damn, Bucky got Poon at age 10! what a player
Dookiii 1 year ago
@Dookiii He got her lips up there not the ones down there !
LorentJovet 1 year ago
@Dookiii Why would you capitalize "poon" ? Is it that divine a thing ?
LorentJovet 1 year ago
how is it that you make something so complex seem like 2+2!!!!!!!
jafarkay 1 year ago
im not understanding since 3 videos ago.. = \
Jacker1z 1 year ago 4
The cursor is driving me crazy. When I click to pause the video, its always a surprise as to what actions will occur based where I am actually hovering.
cybervoid 1 year ago
you are awsome
bo7maid11 1 year ago
a big mistake lol, we get to about learn java and your love life at the same time!
dirtdogg123 1 year ago 2
actually in a previous tutorial you said that your second gf was nicole ;)
AfutaNoam 1 year ago 3
I love you man!
got somethin' to say about it?
didn't think so.
Sokkar82 1 year ago 3
This is why I love progamming, it's the only time it's ok to view women as objects :D
littleerik 1 year ago 4
This is why I love progamming, it's the only time it's ok to view women as objects :D
littleerik 1 year ago 40
totally confused now
Turkey892 1 year ago
JULIA was a big mistake :D LOL
Chankeypathak 1 year ago
I am watching from the 1st tutorial and will watch all of your tutorials for sure :)
Chankeypathak 1 year ago
Hmm, the tutorials are getting kind of complicated =/...
BrokenBjartur 1 year ago
awwww. poor poor Bucky. Julia broke your heart
LearnTechTv 1 year ago
you just made ur ex's objects. thats when you know ur a freaking boss LMAO
Obosii 1 year ago
i wonder if julia has seen this...
thatsmamaluigitoyou1 1 year ago
So enums are like auto created objetcs with constant instance variables and no methods? In other words, just a way to organaize data?
abovestand 1 year ago
hahaha bigmistake
Nasugi 1 year ago
Comment removed
deepakkgiitk 1 year ago
so let me get this straight, when you use ".values()" you call not only the constants but also the methods as well of an enumeration?
hehe btw from the data it looks like bucky dated himself when he was 22 yrs old...
after731 1 year ago
what was that big mistake with Julia ?
she had compiling errors?
nice tut
Amn6 1 year ago 6
this is also giving errors
fasteng007 1 year ago
uhm can i ask what text editor you are using in this tutorial?? it looks cool! please tell me.. ^_^..
GrudgeofmyDiary143 1 year ago
@GrudgeofmyDiary143 its eclips look to the 3the vid from java
Darkdoomersworld 1 year ago
"She was a 'bigmistake.'" I love it.
Fbiman93 1 year ago
lmao "bigmistake" great tutorials man
ConMahaff 1 year ago
and i tried to move the initialization of the int arrays out of the constructing of objects and then sending in the array names when they construct too, but still won't work
can someone help me out here?
keeperkai999 1 year ago
keeperkai999 1 year ago
ssshhhhtring ;)
baknedicem 1 year ago
@baknedicem lol xDDDDD
victorhacker777 1 year ago
Great vid, the only thing i can say.
Umm...I have one thing to say and it is who is your girlfriend now? You can't say kelsey of julia though!
elementoxygen 1 year ago
ARG!!! I'm only half way through the BEGINNERS section! To much Java, cant take it!!!!!
BGSgman 2 years ago
You sir, are a legend.("bigmistake")
TheZelsin 2 years ago 4
OMG .I LOVE YOU:X:X:X
onegirl8997 2 years ago 3
@onegirl8997 You love him? Thats pretty amazing given you dont know him.
0121ryanh117 2 years ago