Hey bucky do you have any ideas on how i'm going to remember all this are there ant tricks i follow along in the videos and everything but i feel like if I go and try to do some thing my self I wont be able to do jack :(
out of interest, if he justs set minute, not hour or second, what heppens? and if it throws an error or some problem, do you make another constructer with 0,m,0 ect until u have done all possable ways so it will be always correct?? PLEASE ANSWER!
somehow the way he declare variables piss me off.... I mean, instead of a line for each declaration, he can just use one... "private int hour, minute, second;" :/
I dont understand why we needed the first three constructors... Couldn't we have just stick the last constructor since it had all 3 variables for the arguments
I don't know if you mention this in a part later on, but it doesn't look just for a constructor with 2 or 3 parameters, it also looks on the type of parameters. For example you can have a constructor with one float variable as a paremeter and also a constructor with one int variable.
So it's only forbidden to have the exact same header with the same variable types.
Whenever I watch one of his tutorials, I always spend some time improving on his program. Then when I move on to the next tutorial, I just can't bring myself to delete all of my work.
@TheDrCN Do what I do and make the class as "Lesson39apples" and "Lesson39tuna", then you can save your work and have a source to look back on if you forget too!
@VaginosaurusRex I am going to be taking a Java class from a textbook, and I've never liked Java textbooks I've seen, so I'm just learning it ahead of time..... However..... -.-..... now that you mention it.... MINECRAFT MODS
@VaginosaurusRex I am, but I still want to dabble in Minecraft modding, I want to see how other people's code works, so I can learn a bit off of it and be more experienced.
@FateCraft Would you please me able to point out where you went after finishing these tutorials to learn how to to this, as in: what other sources did you use as tutorials?
Learning this for two reasons, the first being, I've made a few games in the past, Java is a big step up, games dev is a big part of my life. Second, Minecraft (Y) WOO!
I'm 14, been playing around with different coding languages since I was 12. Started with lua in a game called roblox, then experimented with c++ for a while, I don't remember too much now, and I know html and some css as well. I really like java though. it's fantastic!
@Blackllama13 html and css are not programming languages, but markup languages. I admire you for start learning programming so soon, congratulations! :D. I'm 19 and I started with PHP at age 16 I guess. Then I moved to C, C++, some javascript, now Java.
OHH now I get it This was the first tutorial that was really confusing me. I went back and re-watched # 17 (constructors) which helped, but when he quickly said that 'this just invokes this same constructor again, just with different arguments' is when it clicked for me. Thanks Bucky!
I'm 12, and I understand this, I'm having fun learning to different ways to write in the java script language and has always wanted to created my own game from scratch...
"I'm (age), and I (personal stuff that probably no one wants to actually know, or care about)."
@Flow0Toe 1. No not wannabe scriptkiddie, just a show-off programmer, I am kindof a dickhead about it sometimes, but I am getting into programming for real, it's my planned career, I've already got a job open for it, when I get through at least a year of college, so no. NOT wannabe (: 2. I know it's called actionscript but I don't like calling it that it looks weird to me, like how I spell the word 'creep' creap, because 'creep' looks weird to me, so you had a completely wrong first impression.
@BladedTimes If you're "serious" about becoming a programmer, please learn what the difference of scripting languages (HTML/Javascript) and programming languages (VB) are..
Has anyone else noticed that with each part of the tutorial the amount of views get lower and lower? If each view is a person that looked up a Java tutorial hoping to learn Java, then 600k people have given up since part 1... XD
@d3fish3r3 Holy shit, that is kinda mind-blowing. And i also think we should note that for the rest of the tutorials, the views stays at about 50k, which means that all the people at this tutorial now, has the mind to go trough the whole series too.
@d3fish3r3 As of now 930.000 xD (And I know, where all these "newbies" (sorry :>) came from *cough* minecraft *cough* Well, I came here specifically for Java and Minecraft, but I also had a lot of general programming experience before (C++, Basic, ...) :P
Anyone here play Gmod and by any chance have mastered lua scripting if so how do you transfer variables across scripts im makking a gamemode and i need to put i variable from init into cl_init
Guys, I know it's a lot of fun flying through these tutorials, but I seriously suggest trying writing some more complex programs. You're gonna be needing to combine a lot of your knowledge in complex programs, so it takes time and practice. Even if you completely understand these, you will need to try this. They teach all this in high school and college for over a semester, so I would be surprised if you can do the same in a week. Good luck :)
I realise this. But i have no idea what programs to write to practice everything i've learned.
I think it would be great if bucky put some exercises online. (like make a program that can do this, that and that. ) And puts the sollutions online. Thàt is wat would make these tutorials complete.
@deadbe4uknow SO TRUE!!!! I almost forget it, and excercises would be great, and of course if one is not able to complete it, the solution too. BUCKY PLEASE!!!
Ok, in what tutorial did he say what this is "this(h,m,0)" i know he said what this is "this.h" im so confused what this means "this(h,m,0)" means... HELP IM SO CONFUSED!!!
@mrgnippy this(h,m,0) means that tuna constructor which has 3 arguments. What we are doing in "this(h,m,0)" is if u enter only 2 input instead of 3 fields for hour, minute and second, then we consider the 3rd input to be 0, this converts 2 arguments(h,m) to 3 arguments(h,m,0). This 3 arguments we send it to the "tuna" method which takes 3 arguments (ie 4th tuna method). The 3 arguments are necessary to continue that's why whatver the no of arguments we make it to 3 and then send it.
When an instance of a class is created using new it has to be initialised. To initialise an object you need to initialise its instance variables. This is done by a constructor.
Bucky , i wanna start buy saying Thank you !!for all of your wanderfull tutorials thow is a good bussines behind it ,,,, not as good as filming cats and booty dancing(shiit) I am studiig Java now and i am folowing your tutorials as well . I just wanna say that you can make the constructor much easy just presing Alt+insert on Netbeans and you got it in the Eclipse menu as well , becouse the red dots really confuse the begginers like me or others . Anyway you are my best youtube bud
Now something I don't understand - using your code, let's say I call the first constructor, and it of course calls the fourth constructor with the three arguments...
Now are two objects being created in memory i.e. an object from the first constructor, and then an object from the fourth constructor?? OR... is the object from the first constructor being created and then that spot in memory is being overwritten by an object created from the fourth... OR does the compiler never create the first?
oh my god 181 thumbs. do i win prizes?
VaginosaurusRex 1 day ago
u sound like BdubO
dkz581 2 days ago
I have 39 apples and counting!!!
allendupras 2 days ago in playlist Java (Beginner) Programming Tutorials
lol, it IS the best Channel ever :D
Frogfish999 2 days ago in playlist Java (Beginner) Programming Tutorials
I would love to create Minecraft griefing tools.
anonymousb37 3 days ago in playlist Java (Beginner) Programming Tutorials
OMFG I HATE SHOCKWAVE ITS SO SLOW
dragonthewatcher 6 days ago
im here cuz this is what i wanna do. i wanna make video games n runescape bots. (:
kidharris55 1 week ago
@kidharris55 lol
Nethertar 6 days ago in playlist Java (Beginner) Programming Tutorials
It is also called override
Driton123 1 week ago
video info:
How to make multiple questions in your head!
ecence123 1 week ago
lolz 444 likes
allenkuya 1 week ago in playlist Java (Beginner) Programming Tutorials
This has been flagged as spam show
Completely agree with you Bucky
This is the best channel on YouTube (Y)
1990shahid 1 week ago
This has been flagged as spam show
Completely agree with you Bucky
This is the best channel on YouTube (Y)
1990shahid 1 week ago
Completely agree with you Bucky
This is the best channel on YouTube (Y)
1990shahid 1 week ago
also how did you learn java?
rookie144 2 weeks ago in playlist Java (Beginner) Programming Tutorials
Hey bucky do you have any ideas on how i'm going to remember all this are there ant tricks i follow along in the videos and everything but i feel like if I go and try to do some thing my self I wont be able to do jack :(
rookie144 2 weeks ago in playlist Java (Beginner) Programming Tutorials
@rookie144 Just repeat it, and try and create your own programs.
Seracinfinity 2 weeks ago
Yo dawg I heard you like constructors...
TheMathMystic 4 weeks ago 2
Bucky nice cliffhanger!
MrYouMath 1 month ago
JUST ONE MORE TUTORIAL
RaptoJP 1 month ago in playlist Java Programming Tutorials
Good job guy!
pacinotube 1 month ago in playlist Java Programming Tutorials
I may play Minecraft but I'm here to learn for Android =]
C0GSniper 1 month ago in playlist Java Programming Tutorials 2
out of interest, if he justs set minute, not hour or second, what heppens? and if it throws an error or some problem, do you make another constructer with 0,m,0 ect until u have done all possable ways so it will be always correct?? PLEASE ANSWER!
HardlyMinecraft 1 month ago
wow... he is right... this is confusing :/
ur other tutorials better clear stuff up!
don't let me down now bucky :)
35spike2 1 month ago
here is the link where he teaches you how to build constructers, it may be usefull :)
/watch?v=tPFuVRbUTwA
0FunkyMonk0 1 month ago
lol 7,000 people gave up.
agcummings11 2 months ago 3
Following This + Listening to deadmau5 on 25% Volume = WIN!
tehB3NJ1E 2 months ago in playlist Java Programming Tutorials
Thums up if you wanted to learn java to mod minecraft!
Kevingston96 2 months ago
Comment removed
xJustas 2 months ago
@Kevingston96 Victim of likes.
xJustas 2 months ago
somehow the way he declare variables piss me off.... I mean, instead of a line for each declaration, he can just use one... "private int hour, minute, second;" :/
But well, maybe is better for him.
zVenFTW 2 months ago in playlist Java Programming Tutorials
The viewers are smilling...
Wilzork 2 months ago
so much more useful then my lectures at uni :D Im going to learn C++ and HTML5 from you as well :P
conquerGALVIN 3 months ago
Everyone is like saying they watch 3 a week!... i watch 20 a day(i spend alot of time tho becuase i still studie them)
CodeSensitive 3 months ago
@CodeSensitive same here :D
CrisIsRatedX 3 months ago in playlist Java Programming Tutorials
it is the best channel ever :D
MeahVonB 3 months ago in playlist Java Programming Tutorials 3
So why don't you want any other class to access variables hour minute and second? It won't make a difference in the final program.
idiotrun1997 3 months ago in playlist Java Programming Tutorials
I dont understand why we needed the first three constructors... Couldn't we have just stick the last constructor since it had all 3 variables for the arguments
Blizeful 3 months ago
lol i use 2 youtube tabs...one for this tutorial and another one for 17th tut reminding me what constructor is .
TheGrobar1000 3 months ago 3
What's with the minecraft people.... I'm gonna make my own First Person Shooter from scratch.
thecoop022 3 months ago in playlist Java Programming Tutorials
you lost me..
AndreiDumy 3 months ago
my eclipse doesnt have the console :(
etizzei1 3 months ago
3 thank you's in 1 video
manasume 3 months ago
o.o....minecraft!
1SavageDragon1 3 months ago
SOO MANY TUTORIALS!!!!
jigoge 3 months ago
this is gonna take an hour?!?!?!?
codycero1 4 months ago in playlist Java Programming Tutorials
This has been flagged as spam show
so, tell me again: what exactely java IS?
lurkagames 4 months ago in playlist Java Programming Tutorials
I don't know if you mention this in a part later on, but it doesn't look just for a constructor with 2 or 3 parameters, it also looks on the type of parameters. For example you can have a constructor with one float variable as a paremeter and also a constructor with one int variable.
So it's only forbidden to have the exact same header with the same variable types.
V1d4R 4 months ago
Whenever I watch one of his tutorials, I always spend some time improving on his program. Then when I move on to the next tutorial, I just can't bring myself to delete all of my work.
TheDrCN 4 months ago
@TheDrCN Do what I do and make the class as "Lesson39apples" and "Lesson39tuna", then you can save your work and have a source to look back on if you forget too!
SurgeDungeon 4 months ago
am i the only person who plays minecraft and is learning java just for future use with no intentions of modding minecraft? O_O
VaginosaurusRex 5 months ago 185
@VaginosaurusRex yep
xero907 4 months ago
@VaginosaurusRex no same here
itsjustthecause 4 months ago in playlist Java Programming Tutorials
@VaginosaurusRex Ofc not...
MinecraftCreators 4 months ago in playlist Java Programming Tutorials
@VaginosaurusRex no
hmongmiami 3 months ago in playlist Java Programming
@VaginosaurusRex I'm a Minecraft player, and i intend to eventually make my own games when i'm done with these!
MattMcCool 3 months ago
@VaginosaurusRex Nope, you're not alone :D
bace1000 3 months ago
@VaginosaurusRex nope
xXBlueMonkeyHDXx 3 months ago in playlist Java Programming Tutorials
@VaginosaurusRex I am going to be taking a Java class from a textbook, and I've never liked Java textbooks I've seen, so I'm just learning it ahead of time..... However..... -.-..... now that you mention it.... MINECRAFT MODS
fgf80 2 months ago in playlist Java Programming Tutorials
@VaginosaurusRex I don't even play minecraft
ZeBeaupre 2 months ago
@VaginosaurusRex Yes.
cocksnap123 1 month ago
@VaginosaurusRex I'm learning it for games. ;)
HTMLMINECRAFTGUYJAVA 1 month ago in playlist More videos from thenewboston
@VaginosaurusRex no
HappyTissues 3 weeks ago in playlist Java (Beginner) Programming Tutorials
@VaginosaurusRex I'm play minecraft and I'm going to use this for android app development
Espiration 3 weeks ago in playlist Java (Beginner) Programming Tutorials
@VaginosaurusRex I'm certainly not learning java just for Minecraft.That would be fairly pointless.
Darkcore71 3 weeks ago
@VaginosaurusRex You are not alone. I am.
St3althyNinja 2 weeks ago
@VaginosaurusRex i was told that i have to learn it for a uni course. so i decided to go ahead.
FewCode 2 weeks ago in playlist Java (Beginner) Programming Tutorials
@VaginosaurusRex yep :D
Frogfish999 2 days ago in playlist Java (Beginner) Programming Tutorials
@VaginosaurusRex I am, but I still want to dabble in Minecraft modding, I want to see how other people's code works, so I can learn a bit off of it and be more experienced.
NinjaCatStudiosArt 2 days ago in playlist Java (Beginner) Programming Tutorials
This has been flagged as spam show
@d3fish3r3 It shows that every one don't have what it takes to be a programmer.
uoc1691 5 months ago
@FateCraft Ahh, k. Thanks for you help!
amazoneon 5 months ago
@FateCraft Would you please me able to point out where you went after finishing these tutorials to learn how to to this, as in: what other sources did you use as tutorials?
amazoneon 5 months ago in playlist Bucky's Java Tutorial
@FateCraft how the hell did you make a meteorite mod already???
RazorSRaider 5 months ago
Learning this for two reasons, the first being, I've made a few games in the past, Java is a big step up, games dev is a big part of my life. Second, Minecraft (Y) WOO!
michaeldcurry1 6 months ago in playlist TheNewBoston - Java Programming
yea, im a minecrafter
i learning this to make mods lol
XXXSenseiZXXX 6 months ago in playlist Java Programming Tutorials
Any other Minecraft players around?
HenkeFemton 6 months ago 88
@HenkeFemton MEEEEEEEEEEEEEE I wonder why so may MC players come to Bucky's tutorials?
JamEngulfer221 2 months ago in playlist Java Programming Tutorials
@HenkeFemton I'd like to give you a thumbs up but it looks like you've got 69 thumbs up. Perfect.
LeTrungAnh 2 weeks ago 4
he needs to say at the end "bucky out"
Aaronster8 6 months ago
java would be hell without eclipse
Aaronster8 6 months ago
bucky, the ideal teacher.
MusicRevelance 6 months ago
Chyuh thumbs up if your 12 to 15! Whoohoo, ha. im 14,
JPxKillz 6 months ago 4
@JPxKillz Since i'm 18 i had to thumbs down.
xVerbati 6 months ago
im -10000000000000000
jessenetwork1 6 months ago
I'm 14, been playing around with different coding languages since I was 12. Started with lua in a game called roblox, then experimented with c++ for a while, I don't remember too much now, and I know html and some css as well. I really like java though. it's fantastic!
Blackllama13 6 months ago 2
@Blackllama13 html and css are not programming languages, but markup languages. I admire you for start learning programming so soon, congratulations! :D. I'm 19 and I started with PHP at age 16 I guess. Then I moved to C, C++, some javascript, now Java.
leadpx 6 months ago in playlist Java Programming Tutorials
OHH now I get it This was the first tutorial that was really confusing me. I went back and re-watched # 17 (constructors) which helped, but when he quickly said that 'this just invokes this same constructor again, just with different arguments' is when it clicked for me. Thanks Bucky!
samusrules93 6 months ago
Im 8 month's old.
GMonkeyHD 6 months ago
im 15:D
doody884 6 months ago
13
iambobby100 6 months ago
methods in java == functions in PHP
TwizzyTheWizzy 6 months ago
Im not sure which is more confusing arrays or multiple constructors :( hopefully ill understand in the next tutorial
dtgonzalez1 6 months ago
private int hours, minutes, seconds; would be a lot more efficient. Great tutorials though, Bucky!
mkicvr 6 months ago
Comment removed
TheTitantyler 6 months ago
These lessons are goods thanks for post online.
I learned c.c++ and java for along time. but never use them.
These tutor help me to refresh and also learn alot of new lessons from you.
Again Thanks you bucky so much.....good job
trancluong 6 months ago
I'm 12, and I understand this, I'm having fun learning to different ways to write in the java script language and has always wanted to created my own game from scratch...
"I'm (age), and I (personal stuff that probably no one wants to actually know, or care about)."
qbblast 7 months ago
hehe, Public tuna, Private tuna :3
TheStuartWallace 7 months ago 2
I'm a certain age and I happened to be learning Java from the best teacher EVAR. w00t
zerohourkevin 7 months ago
lol I just turned 17 and learning my first programming language... I guess I'm kinda late seeing that everyone else is 4 years younger than me
Misteryman94 7 months ago
@Misteryman94 You are reading my mind ;)
vgdkhs 7 months ago
im 12 yrs old and what is this
xu3369 7 months ago 2
This has been flagged as spam show
I'm a 20 year old boy and I want to be a computer programmer when I grow up!
kavanohk 7 months ago in playlist The New Boston Java Tutorials Bucky
so when you type this(0,0,0) it means just enter that into the final tuna(int h, int m, int s)?
KlauerJ 8 months ago
@KlauerJ it is like doing this tuna(0,0,0); So yes pretty much.
lilwarthog 7 months ago
omg eclipse started working! NOW!!!!! i mean wtf? lol
FreePKMNWalkthroughs 8 months ago
Im a 78 year old teenager and want to be a programmer as an adult!
ZiX3NeMa 8 months ago
@ZiX3NeMa right.
Flow0Toe 8 months ago
these tutorials are better than my whole Uni IT course!
Babelfish112 8 months ago
Can I do public void tuna() ? or public int tuna() ?
threeclock 9 months ago
I'm a 40 year old boy and I want to be a professional computer scientist when I grow up!
c0decub 9 months ago 2
fixed it
ampersandals 9 months ago
my code is almost identical other then class names but im getting heaps of error messages telling me that the constructer is not defined
ampersandals 9 months ago
Thanks Bucky for all these. Learning my6th language ;)
Oh but not speaking languages. Computer Program languages.
I know VB, Javascript, HTML, CSS, and Flash. Thanks to this I am getting Java. :D
BladedTimes 10 months ago
@BladedTimes Haha wannabe scriptkiddie? U know flash programming language? It's called Actionscript lol
Flow0Toe 8 months ago
@Flow0Toe 1. No not wannabe scriptkiddie, just a show-off programmer, I am kindof a dickhead about it sometimes, but I am getting into programming for real, it's my planned career, I've already got a job open for it, when I get through at least a year of college, so no. NOT wannabe (: 2. I know it's called actionscript but I don't like calling it that it looks weird to me, like how I spell the word 'creep' creap, because 'creep' looks weird to me, so you had a completely wrong first impression.
BladedTimes 8 months ago
@BladedTimes If you're "serious" about becoming a programmer, please learn what the difference of scripting languages (HTML/Javascript) and programming languages (VB) are..
Cause u sound kinda stupid right now.
Flow0Toe 8 months ago
@Flow0Toe My fault, HTML is not a scripting language but a markup language
Flow0Toe 8 months ago
@Flow0Toe Ah, well I didn't think about that difference, hm.. S:
BladedTimes 8 months ago
I am 41, hopping to be a programmer in future
tedtdu 10 months ago 40
@tedtdu You shouldn't be hopping at your age.
walkerneo 4 months ago
@walkerneo lol ur meanie :P
xXxDiukexXx 4 months ago in playlist Java Programming Tutorials
dude, these tutorials are so great, i'd let you have me!
De4sher 11 months ago
2:46
"Look through this one, see where thrsh shre argumnts
Look through this one, see whr thersh shree argemnts
Look through this one, see whre theresh shre argurmunts"
Legcock 11 months ago
Has anyone else noticed that with each part of the tutorial the amount of views get lower and lower? If each view is a person that looked up a Java tutorial hoping to learn Java, then 600k people have given up since part 1... XD
d3fish3r3 11 months ago 27
@d3fish3r3 Holy shit, that is kinda mind-blowing. And i also think we should note that for the rest of the tutorials, the views stays at about 50k, which means that all the people at this tutorial now, has the mind to go trough the whole series too.
cACTIfARM 10 months ago
@d3fish3r3 Probably they found a job and don't need more tutorials :D
kehayov89 6 months ago
@d3fish3r3 As of now 930.000 xD (And I know, where all these "newbies" (sorry :>) came from *cough* minecraft *cough* Well, I came here specifically for Java and Minecraft, but I also had a lot of general programming experience before (C++, Basic, ...) :P
TheKyshu 5 months ago
After I watched you series of Java I wanted some tuna.
TacticalKillClan 11 months ago 2
You sorta went crazy with the methods in this one.
Daedalus733 11 months ago
Anyone here play Gmod and by any chance have mastered lua scripting if so how do you transfer variables across scripts im makking a gamemode and i need to put i variable from init into cl_init
skate2late 11 months ago
AMAZING tutorials man, ive learned soo much. Cant wait to start making GUI's
H2kPrograming 1 year ago
Guys, I know it's a lot of fun flying through these tutorials, but I seriously suggest trying writing some more complex programs. You're gonna be needing to combine a lot of your knowledge in complex programs, so it takes time and practice. Even if you completely understand these, you will need to try this. They teach all this in high school and college for over a semester, so I would be surprised if you can do the same in a week. Good luck :)
legoisfun 1 year ago
@legoisfun
I realise this. But i have no idea what programs to write to practice everything i've learned.
I think it would be great if bucky put some exercises online. (like make a program that can do this, that and that. ) And puts the sollutions online. Thàt is wat would make these tutorials complete.
deadbe4uknow 11 months ago
@deadbe4uknow SO TRUE!!!! I almost forget it, and excercises would be great, and of course if one is not able to complete it, the solution too. BUCKY PLEASE!!!
TheMacManPro 11 months ago
this is my 4th day of java! and ive learned so much!
cpgamer368 1 year ago
Ok, in what tutorial did he say what this is "this(h,m,0)" i know he said what this is "this.h" im so confused what this means "this(h,m,0)" means... HELP IM SO CONFUSED!!!
mrgnippy 1 year ago
@mrgnippy this(h,m,0) means that tuna constructor which has 3 arguments. What we are doing in "this(h,m,0)" is if u enter only 2 input instead of 3 fields for hour, minute and second, then we consider the 3rd input to be 0, this converts 2 arguments(h,m) to 3 arguments(h,m,0). This 3 arguments we send it to the "tuna" method which takes 3 arguments (ie 4th tuna method). The 3 arguments are necessary to continue that's why whatver the no of arguments we make it to 3 and then send it.
johnxxx9 1 year ago
i r 14
xXChaosHavokXx 1 year ago
nice, but I am glad he never forgets the "L" in pubLic... ;-0
Jesteria78 1 year ago
bucky, dude, you can never spell "public"...you should work on that :)
love your videos!!!
DanielsVision 1 year ago
Wow I thought 15 was young to learn java. I guess not.
Mr13p 1 year ago
@Mr13p i'm 14
TheGreekSkater 1 year ago
@superflyj416: good one lol
zzzROSSzzz 1 year ago
What is all this about and I am 25?
bowlofnoodl3 1 year ago
crickets in the background :D
SparxI0 1 year ago
i wanna ban bill gates on redtube, help me
Jozekban 1 year ago
"Best Channel ever" yup you sure got that spot on Bucky.
mingming2006 1 year ago
When an instance of a class is created using new it has to be initialised. To initialise an object you need to initialise its instance variables. This is done by a constructor.
jaripeck 1 year ago
I'm 13 and I know basic, java, c++, and assembly.
Empeizan 1 year ago
u r awesome!!!!!!!!!!!!!!!!!!
TheJavabat 1 year ago
YOU ARE AWESOME!!!!!!!!!!
Gilster85 1 year ago
This has been flagged as spam show
I'm a 75 year old boy and I want to open the program's in the computer when I grow down. I'll be the greatest computer programmer opener ever!
tisqart 1 year ago
Bucky i hope ur finances are good, else we can all contribute something to u
rashkeed 1 year ago
omg i listened to Daft Punk while watching this vid, and it was sssooo AWESOME!!!
omgmonkeybanana 1 year ago
this refers to class fields , not method fields.
important is that you showed how it works.
good job bucky !
banebajonet 1 year ago
Yes, it is the best channel ever :D
ganonlight 1 year ago
Bucky , i wanna start buy saying Thank you !!for all of your wanderfull tutorials thow is a good bussines behind it ,,,, not as good as filming cats and booty dancing(shiit) I am studiig Java now and i am folowing your tutorials as well . I just wanna say that you can make the constructor much easy just presing Alt+insert on Netbeans and you got it in the Eclipse menu as well , becouse the red dots really confuse the begginers like me or others . Anyway you are my best youtube bud
MrOprea3 1 year ago
I'm a 25 year old boy and I want to be a computer programmer when I grow up!
superflyj416 1 year ago 210
@superflyj416
u will surely become an computer programmer before turn 50
kumaramitme 1 year ago
Comment removed
tisqart 1 year ago
This has been flagged as spam show
I'm a 75 year old boy and I want to open the program's in the computer when I grow down. I'll be the greatest computer programmer opener ever!
tisqart 1 year ago
@superflyj416 lmao
blingkid00 1 year ago
@superflyj416 and im 12 so? anyone can be a programmer (i know html, php and now im learning c++ and java)
Video4Winter 1 year ago
@Video4Winter you don't get the joke -.-
SparxI0 1 year ago
lol arent u a man not a boy?
zilvwang 9 months ago
@superflyj416 uhhhh, do you mean 15 yo?
cACTIfARM 8 months ago
@cACTIfARM I think he's joking ;)
LyriiczBoii 8 months ago
@LyriiczBoii Yh, might be :)
cACTIfARM 8 months ago
@superflyj416 im 12 :D
no joke!
hotketchup99 6 months ago
Now something I don't understand - using your code, let's say I call the first constructor, and it of course calls the fourth constructor with the three arguments...
Now are two objects being created in memory i.e. an object from the first constructor, and then an object from the fourth constructor?? OR... is the object from the first constructor being created and then that spot in memory is being overwritten by an object created from the fourth... OR does the compiler never create the first?
Taurusaud 1 year ago
Omg! Love your vids man! I love 'em! Keep it up!
RsKaa111 1 year ago 3
Thanks a lot for making great tutorial, the best java tutorial that I have ever seen. you are imba!! Bucky
jackdecemberdk 1 year ago 5